Class Card
java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.driver.Card
- Direct Known Subclasses:
Doc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StandardEntity
getCreatedBy, 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
-
Card
public Card()
-
-
Method Details
-
getState
-
setState
-
getDescription
-
setDescription
-
getCreator
-
setCreator
-
getParentCard
-
setParentCard
-
getSubCards
-
setSubCards
-
getSubstitutedCreator
-
setSubstitutedCreator
-
getHasAttachments
-
setHasAttachments
-
getHasAttributes
-
setHasAttributes
-
getParentCardAccess
-
setParentCardAccess
-