@Entity public abstract class InstanceAttributeTemplate extends Object implements Serializable, Cloneable
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected boolean |
locked |
protected boolean |
mandatory |
protected String |
name |
Constructor and Description |
---|
InstanceAttributeTemplate() |
InstanceAttributeTemplate(String pName) |
Modifier and Type | Method and Description |
---|---|
InstanceAttributeTemplate |
clone() |
abstract InstanceAttribute |
createInstanceAttribute() |
boolean |
equals(Object o) |
int |
getId() |
String |
getName() |
int |
hashCode() |
boolean |
isLocked() |
boolean |
isMandatory() |
void |
setId(int id) |
void |
setLocked(boolean locked) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
String |
toString() |
protected int id
protected String name
protected boolean mandatory
protected boolean locked
public InstanceAttributeTemplate()
public InstanceAttributeTemplate(String pName)
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public boolean isLocked()
public void setLocked(boolean locked)
public abstract InstanceAttribute createInstanceAttribute()
public InstanceAttributeTemplate clone()
Copyright © 2017 DocDoku. All rights reserved.