@Entity public class PMCMember extends AbstractChildExpandableAuditEntity<PMCReport> implements ListViewItem, Labelable
editable, expandedparentcreatedBy, 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, setExpandedgetParent, setParentensureParentUpdated, getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate, touchgetVersionequals, getId, hashCode, isNew, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExpanded, setEditable, setExpandedpublic java.lang.String toString()
toString in class org.springframework.data.jpa.domain.AbstractPersistable<java.lang.Long>public java.lang.Boolean getEditable()
getEditable in interface ListViewItemgetEditable in class AbstractChildExpandableAuditEntity<PMCReport>public PMCStaff getStaff()
public void setStaff(PMCStaff staff)
public Designation getDesignation()
public void setDesignation(Designation designation)