Class EntryGroupWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.order.EntryGroupWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class EntryGroupWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of an Entry Group- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntryGroupWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<OrderEntryWsDTO>getEntries()java.lang.IntegergetEntryGroupNumber()java.util.Collection<EntryGroupWsDTO>getEntryGroups()java.lang.BooleangetErroneous()java.lang.StringgetLabel()java.lang.StringgetType()voidsetEntries(java.util.Collection<OrderEntryWsDTO> entries)voidsetEntryGroupNumber(java.lang.Integer entryGroupNumber)voidsetEntryGroups(java.util.Collection<EntryGroupWsDTO> entryGroups)voidsetErroneous(java.lang.Boolean erroneous)voidsetLabel(java.lang.String label)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
setEntries
public void setEntries(java.util.Collection<OrderEntryWsDTO> entries)
-
getEntries
public java.util.Collection<OrderEntryWsDTO> getEntries()
-
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()
-
-