Class GeneratedB2BDocumentType

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
B2BDocumentType

public abstract class GeneratedB2BDocumentType extends GenericItem
Generated class for type B2BDocumentType.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedB2BDocumentType

      public GeneratedB2BDocumentType()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.code attribute.
      Returns:
      the code - code
    • getCode

      public String getCode()
      Generated method - Getter of the B2BDocumentType.code attribute.
      Returns:
      the code - code
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the B2BDocumentType.code attribute.
      Parameters:
      value - the code - code
    • setCode

      public void setCode(String value)
      Generated method - Setter of the B2BDocumentType.code attribute.
      Parameters:
      value - the code - code
    • isDisplayInAllList

      public Boolean isDisplayInAllList(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.displayInAllList attribute.
      Returns:
      the displayInAllList - displayInAllList
    • isDisplayInAllList

      public Boolean isDisplayInAllList()
      Generated method - Getter of the B2BDocumentType.displayInAllList attribute.
      Returns:
      the displayInAllList - displayInAllList
    • isDisplayInAllListAsPrimitive

      public boolean isDisplayInAllListAsPrimitive(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.displayInAllList attribute.
      Returns:
      the displayInAllList - displayInAllList
    • isDisplayInAllListAsPrimitive

      public boolean isDisplayInAllListAsPrimitive()
      Generated method - Getter of the B2BDocumentType.displayInAllList attribute.
      Returns:
      the displayInAllList - displayInAllList
    • setDisplayInAllList

      public void setDisplayInAllList(SessionContext ctx, Boolean value)
      Generated method - Setter of the B2BDocumentType.displayInAllList attribute.
      Parameters:
      value - the displayInAllList - displayInAllList
    • setDisplayInAllList

      public void setDisplayInAllList(Boolean value)
      Generated method - Setter of the B2BDocumentType.displayInAllList attribute.
      Parameters:
      value - the displayInAllList - displayInAllList
    • setDisplayInAllList

      public void setDisplayInAllList(SessionContext ctx, boolean value)
      Generated method - Setter of the B2BDocumentType.displayInAllList attribute.
      Parameters:
      value - the displayInAllList - displayInAllList
    • setDisplayInAllList

      public void setDisplayInAllList(boolean value)
      Generated method - Setter of the B2BDocumentType.displayInAllList attribute.
      Parameters:
      value - the displayInAllList - displayInAllList
    • getDocument

      public Collection<B2BDocument> getDocument(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.document attribute.
      Returns:
      the document
    • getDocument

      public Collection<B2BDocument> getDocument()
      Generated method - Getter of the B2BDocumentType.document attribute.
      Returns:
      the document
    • setDocument

      public void setDocument(SessionContext ctx, Collection<B2BDocument> value)
      Generated method - Setter of the B2BDocumentType.document attribute.
      Parameters:
      value - the document
    • setDocument

      public void setDocument(Collection<B2BDocument> value)
      Generated method - Setter of the B2BDocumentType.document attribute.
      Parameters:
      value - the document
    • addToDocument

      public void addToDocument(SessionContext ctx, B2BDocument value)
      Generated method - Adds value to document.
      Parameters:
      value - the item to add to document
    • addToDocument

      public void addToDocument(B2BDocument value)
      Generated method - Adds value to document.
      Parameters:
      value - the item to add to document
    • removeFromDocument

      public void removeFromDocument(SessionContext ctx, B2BDocument value)
      Generated method - Removes value from document.
      Parameters:
      value - the item to remove from document
    • removeFromDocument

      public void removeFromDocument(B2BDocument value)
      Generated method - Removes value from document.
      Parameters:
      value - the item to remove from document
    • isIncludeInOpenBalance

      public Boolean isIncludeInOpenBalance(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.includeInOpenBalance attribute.
      Returns:
      the includeInOpenBalance - includeInOpenBalance
    • isIncludeInOpenBalance

      public Boolean isIncludeInOpenBalance()
      Generated method - Getter of the B2BDocumentType.includeInOpenBalance attribute.
      Returns:
      the includeInOpenBalance - includeInOpenBalance
    • isIncludeInOpenBalanceAsPrimitive

      public boolean isIncludeInOpenBalanceAsPrimitive(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.includeInOpenBalance attribute.
      Returns:
      the includeInOpenBalance - includeInOpenBalance
    • isIncludeInOpenBalanceAsPrimitive

      public boolean isIncludeInOpenBalanceAsPrimitive()
      Generated method - Getter of the B2BDocumentType.includeInOpenBalance attribute.
      Returns:
      the includeInOpenBalance - includeInOpenBalance
    • setIncludeInOpenBalance

      public void setIncludeInOpenBalance(SessionContext ctx, Boolean value)
      Generated method - Setter of the B2BDocumentType.includeInOpenBalance attribute.
      Parameters:
      value - the includeInOpenBalance - includeInOpenBalance
    • setIncludeInOpenBalance

      public void setIncludeInOpenBalance(Boolean value)
      Generated method - Setter of the B2BDocumentType.includeInOpenBalance attribute.
      Parameters:
      value - the includeInOpenBalance - includeInOpenBalance
    • setIncludeInOpenBalance

      public void setIncludeInOpenBalance(SessionContext ctx, boolean value)
      Generated method - Setter of the B2BDocumentType.includeInOpenBalance attribute.
      Parameters:
      value - the includeInOpenBalance - includeInOpenBalance
    • setIncludeInOpenBalance

      public void setIncludeInOpenBalance(boolean value)
      Generated method - Setter of the B2BDocumentType.includeInOpenBalance attribute.
      Parameters:
      value - the includeInOpenBalance - includeInOpenBalance
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.name attribute.
      Returns:
      the name - name
    • getName

      public String getName()
      Generated method - Getter of the B2BDocumentType.name attribute.
      Returns:
      the name - name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.name attribute.
      Returns:
      the localized name - name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the B2BDocumentType.name attribute.
      Returns:
      the localized name - name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the B2BDocumentType.name attribute.
      Parameters:
      value - the name - name
    • setName

      public void setName(String value)
      Generated method - Setter of the B2BDocumentType.name attribute.
      Parameters:
      value - the name - name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the B2BDocumentType.name attribute.
      Parameters:
      value - the name - name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the B2BDocumentType.name attribute.
      Parameters:
      value - the name - name
    • getPayableOrUsable

      public EnumerationValue getPayableOrUsable(SessionContext ctx)
      Generated method - Getter of the B2BDocumentType.payableOrUsable attribute.
      Returns:
      the payableOrUsable - payableOrUsable
    • getPayableOrUsable

      public EnumerationValue getPayableOrUsable()
      Generated method - Getter of the B2BDocumentType.payableOrUsable attribute.
      Returns:
      the payableOrUsable - payableOrUsable
    • setPayableOrUsable

      public void setPayableOrUsable(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the B2BDocumentType.payableOrUsable attribute.
      Parameters:
      value - the payableOrUsable - payableOrUsable
    • setPayableOrUsable

      public void setPayableOrUsable(EnumerationValue value)
      Generated method - Setter of the B2BDocumentType.payableOrUsable attribute.
      Parameters:
      value - the payableOrUsable - payableOrUsable