@Entity public class PMCMember extends AbstractChildExpandableAuditEntity<PMCReport> implements ListViewItem, Labelable
editable, expanded
parent
createdBy, createdDate, lastModifiedBy, lastModifiedDate
Constructor and Description |
---|
PMCMember() |
Modifier and Type | Method and Description |
---|---|
Designation |
getDesignation() |
java.lang.Boolean |
getEditable() |
java.lang.String |
getLabel() |
PMCStaff |
getStaff() |
void |
setDesignation(Designation designation) |
void |
setLabel(java.lang.String label) |
void |
setStaff(PMCStaff staff) |
java.lang.String |
toString() |
getExpanded, setEditable, setExpanded
getParent, setParent
ensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touch
getVersion
equals, getId, hashCode, isNew, setId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExpanded, setEditable, setExpanded
public java.lang.String toString()
toString
in class org.springframework.data.jpa.domain.AbstractPersistable<java.lang.Long>
public java.lang.Boolean getEditable()
getEditable
in interface ListViewItem
getEditable
in class AbstractChildExpandableAuditEntity<PMCReport>
public PMCStaff getStaff()
public void setStaff(PMCStaff staff)
public Designation getDesignation()
public void setDesignation(Designation designation)