Class EntryGroupWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class EntryGroupWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Representation of an Entry Group
    See Also:
    Serialized Form
    • Constructor Detail

      • EntryGroupWsDTO

        public EntryGroupWsDTO()
    • Method Detail

      • setEntries

        public void setEntries​(java.util.Collection<OrderEntryWsDTO> entries)
      • setEntryGroups

        public void setEntryGroups​(java.util.Collection<EntryGroupWsDTO> entryGroups)
      • getEntryGroups

        public java.util.Collection<EntryGroupWsDTO> getEntryGroups()
      • setEntryGroupNumber

        public void setEntryGroupNumber​(java.lang.Integer entryGroupNumber)
      • getEntryGroupNumber

        public java.lang.Integer getEntryGroupNumber()
      • setLabel

        public void setLabel​(java.lang.String label)
      • getLabel

        public java.lang.String getLabel()
      • setErroneous

        public void setErroneous​(java.lang.Boolean erroneous)
      • getErroneous

        public java.lang.Boolean getErroneous()
      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()