@Entity public class LprRosterEntity extends MetaEntity implements AttributeOwner<LprRosterAttributeEntity>
Constructor and Description |
---|
LprRosterEntity() |
LprRosterEntity(LprRosterInfo dto) |
Modifier and Type | Method and Description |
---|---|
String |
getAtpDurationTypeKey() |
Set<LprRosterAttributeEntity> |
getAttributes() |
Boolean |
getCheckInRequired() |
LprRichTextEntity |
getDescr() |
String |
getLprRosterState() |
String |
getLprRosterType() |
int |
getMaximumCapacity() |
String |
getName() |
Integer |
getTimeQuantity() |
void |
setAtpDurationTypeKey(String atpDurationTypeKey) |
void |
setAttributes(Set<LprRosterAttributeEntity> attributes) |
void |
setCheckInRequired(boolean checkInRequired) |
void |
setCheckInRequired(Boolean checkInRequired) |
void |
setDescr(LprRichTextEntity descr) |
void |
setLprRosterState(String lprRosterState) |
void |
setLprRosterType(String lprRosterType) |
void |
setMaximumCapacity(int maximumCapacity) |
void |
setName(String name) |
void |
setTimeQuantity(Integer timeQuantity) |
LprRosterInfo |
toDto() |
getCreateId, getCreateTime, getUpdateId, getUpdateTime, onPrePersist, onPreUpdate, setCreateId, setCreateTime, setEntityCreated, setEntityUpdated, setUpdateId, setUpdateTime, toDTO
getVersionNumber, setVersionNumber
getId, getObjectId, prePersist, preUpdate, setId, setObjectId, toString
public LprRosterEntity()
public LprRosterEntity(LprRosterInfo dto)
public void setCheckInRequired(boolean checkInRequired)
public int getMaximumCapacity()
public void setMaximumCapacity(int maximumCapacity)
public Boolean getCheckInRequired()
public void setCheckInRequired(Boolean checkInRequired)
public String getLprRosterType()
public void setLprRosterType(String lprRosterType)
public String getLprRosterState()
public void setLprRosterState(String lprRosterState)
public String getAtpDurationTypeKey()
public void setAtpDurationTypeKey(String atpDurationTypeKey)
public Integer getTimeQuantity()
public void setTimeQuantity(Integer timeQuantity)
public Set<LprRosterAttributeEntity> getAttributes()
getAttributes
in interface AttributeOwner<LprRosterAttributeEntity>
public void setAttributes(Set<LprRosterAttributeEntity> attributes)
setAttributes
in interface AttributeOwner<LprRosterAttributeEntity>
public LprRichTextEntity getDescr()
public void setDescr(LprRichTextEntity descr)
public LprRosterInfo toDto()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.