@Entity public abstract class InstanceAttribute extends Object implements Serializable, Cloneable
Constructor and Description |
---|
InstanceAttribute() |
InstanceAttribute(String pName) |
Modifier and Type | Method and Description |
---|---|
InstanceAttribute |
clone() |
boolean |
equals(Object pObj) |
int |
getId() |
String |
getName() |
abstract Object |
getValue() |
int |
hashCode() |
boolean |
isValueEquals(Object pValue) |
void |
setId(int id) |
void |
setName(String name) |
abstract boolean |
setValue(Object pValue) |
String |
toString() |
private int id
protected String name
public InstanceAttribute()
public InstanceAttribute(String pName)
public String getName()
public void setName(String name)
public InstanceAttribute clone()
public void setId(int id)
public int getId()
public abstract Object getValue()
public abstract boolean setValue(Object pValue)
public boolean isValueEquals(Object pValue)
Copyright © 2013 OW2 Consortium. All Rights Reserved.