java.lang.Object
io.jmix.samples.rest.entity.StandardEntity
io.jmix.samples.rest.entity.driver.Card
Direct Known Subclasses:
Doc

@Entity(name="ref$Card") public class Card extends StandardEntity
  • Field Details

    • state

      protected String state
    • description

      protected String description
    • creator

      protected User creator
    • substitutedCreator

      protected User substitutedCreator
    • parentCard

      protected Card parentCard
    • subCards

      protected Set<Card> subCards
    • hasAttachments

      protected Boolean hasAttachments
    • hasAttributes

      protected Boolean hasAttributes
    • parentCardAccess

      protected Boolean parentCardAccess
  • Constructor Details

    • Card

      public Card()
  • Method Details

    • getState

      public String getState()
    • setState

      public void setState(String state)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCreator

      public User getCreator()
    • setCreator

      public void setCreator(User creator)
    • getParentCard

      public Card getParentCard()
    • setParentCard

      public void setParentCard(Card parentCard)
    • getSubCards

      public Set<Card> getSubCards()
    • setSubCards

      public void setSubCards(Set<Card> subCards)
    • getSubstitutedCreator

      public User getSubstitutedCreator()
    • setSubstitutedCreator

      public void setSubstitutedCreator(User substitutedCreator)
    • getHasAttachments

      public Boolean getHasAttachments()
    • setHasAttachments

      public void setHasAttachments(Boolean hasAttachments)
    • getHasAttributes

      public Boolean getHasAttributes()
    • setHasAttributes

      public void setHasAttributes(Boolean hasAttributes)
    • getParentCardAccess

      public Boolean getParentCardAccess()
    • setParentCardAccess

      public void setParentCardAccess(Boolean parentCardAccess)