Class Card
java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.driver.Card
- Direct Known Subclasses:
Doc
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetState()
void
setCreator
(User creator) void
setDescription
(String description) void
setHasAttachments
(Boolean hasAttachments) void
setHasAttributes
(Boolean hasAttributes) void
setParentCard
(Card parentCard) void
setParentCardAccess
(Boolean parentCardAccess) void
void
setSubCards
(Set<Card> subCards) void
setSubstitutedCreator
(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
-