@Entity public abstract class InstanceAttribute extends Object implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected boolean |
locked |
protected boolean |
mandatory |
protected String |
name |
Constructor and Description |
---|
InstanceAttribute() |
InstanceAttribute(String pName,
boolean pMandatory) |
Modifier and Type | Method and Description |
---|---|
InstanceAttribute |
clone() |
boolean |
equals(Object pObj) |
int |
getId() |
String |
getName() |
String |
getNameWithoutWhiteSpace() |
abstract Object |
getValue() |
int |
hashCode() |
boolean |
isLocked() |
boolean |
isMandatory() |
boolean |
isValueEquals(Object pValue) |
void |
setId(int id) |
void |
setLocked(boolean locked) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
abstract boolean |
setValue(Object pValue) |
String |
toString() |
protected String name
protected boolean mandatory
protected boolean locked
public InstanceAttribute()
public InstanceAttribute(String pName, boolean pMandatory)
public String getName()
public void setName(String name)
public String getNameWithoutWhiteSpace()
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public boolean isLocked()
public void setLocked(boolean locked)
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 © 2017 DocDoku. All rights reserved.