Class Card
java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.driver.Card
- Direct Known Subclasses:
- Doc
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetState()voidsetCreator(User creator) voidsetDescription(String description) voidsetHasAttachments(Boolean hasAttachments) voidsetHasAttributes(Boolean hasAttributes) voidsetParentCard(Card parentCard) voidsetParentCardAccess(Boolean parentCardAccess) voidvoidsetSubCards(Set<Card> subCards) voidsetSubstitutedCreator(User substitutedCreator) Methods inherited from class io.jmix.samples.rest.entity.StandardEntitygetCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getId, getUpdatedBy, getUpdateTs, getVersion, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setId, setUpdatedBy, setUpdateTs, setVersion
- 
Field Details- 
state
- 
description
- 
creator
- 
substitutedCreator
- 
parentCard
- 
subCards
- 
hasAttachments
- 
hasAttributes
- 
parentCardAccess
 
- 
- 
Constructor Details- 
Cardpublic Card()
 
- 
- 
Method Details- 
getState
- 
setState
- 
getDescription
- 
setDescription
- 
getCreator
- 
setCreator
- 
getParentCard
- 
setParentCard
- 
getSubCards
- 
setSubCards
- 
getSubstitutedCreator
- 
setSubstitutedCreator
- 
getHasAttachments
- 
setHasAttachments
- 
getHasAttributes
- 
setHasAttributes
- 
getParentCardAccess
- 
setParentCardAccess
 
-