@Entity public abstract class Reference extends BaseEntity
| Constructor and Description |
|---|
Reference() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments() |
java.util.Date |
getDate() |
User |
getFrom() |
ReferenceLevel |
getLevel() |
ReferenceNature |
getNature() |
Network |
getNetwork()
Returns the network this entity belongs to
|
User |
getTo() |
void |
setComments(java.lang.String comments) |
void |
setDate(java.util.Date date) |
void |
setFrom(User from) |
void |
setLevel(ReferenceLevel level) |
void |
setTo(User to) |
getDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic java.lang.String getComments()
public java.util.Date getDate()
public User getFrom()
public ReferenceLevel getLevel()
public ReferenceNature getNature()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic User getTo()
public void setComments(java.lang.String comments)
public void setDate(java.util.Date date)
public void setFrom(User from)
public void setLevel(ReferenceLevel level)
public void setTo(User to)