Class TransactionLineLocationTypeModel


  • public class TransactionLineLocationTypeModel
    extends java.lang.Object
    Represents information about location types stored in a line
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getDocumentAddressId()
      Getter for documentAddressId The address ID corresponding to this model
      java.lang.Long getDocumentLineId()
      Getter for documentLineId The unique ID number of the document line associated with this line location address model
      java.lang.Long getDocumentLineLocationTypeId()
      Getter for documentLineLocationTypeId The unique ID number of this line location address model
      java.lang.String getLocationTypeCode()
      Getter for locationTypeCode The location type code corresponding to this model
      void setDocumentAddressId​(java.lang.Long value)
      Setter for documentAddressId The address ID corresponding to this model
      void setDocumentLineId​(java.lang.Long value)
      Setter for documentLineId The unique ID number of the document line associated with this line location address model
      void setDocumentLineLocationTypeId​(java.lang.Long value)
      Setter for documentLineLocationTypeId The unique ID number of this line location address model
      void setLocationTypeCode​(java.lang.String value)
      Setter for locationTypeCode The location type code corresponding to this model
      java.lang.String toString()
      Returns a JSON string representation of TransactionLineLocationTypeModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionLineLocationTypeModel

        public TransactionLineLocationTypeModel()
    • Method Detail

      • getDocumentLineLocationTypeId

        public java.lang.Long getDocumentLineLocationTypeId()
        Getter for documentLineLocationTypeId The unique ID number of this line location address model
      • setDocumentLineLocationTypeId

        public void setDocumentLineLocationTypeId​(java.lang.Long value)
        Setter for documentLineLocationTypeId The unique ID number of this line location address model
      • getDocumentLineId

        public java.lang.Long getDocumentLineId()
        Getter for documentLineId The unique ID number of the document line associated with this line location address model
      • setDocumentLineId

        public void setDocumentLineId​(java.lang.Long value)
        Setter for documentLineId The unique ID number of the document line associated with this line location address model
      • getDocumentAddressId

        public java.lang.Long getDocumentAddressId()
        Getter for documentAddressId The address ID corresponding to this model
      • setDocumentAddressId

        public void setDocumentAddressId​(java.lang.Long value)
        Setter for documentAddressId The address ID corresponding to this model
      • getLocationTypeCode

        public java.lang.String getLocationTypeCode()
        Getter for locationTypeCode The location type code corresponding to this model
      • setLocationTypeCode

        public void setLocationTypeCode​(java.lang.String value)
        Setter for locationTypeCode The location type code corresponding to this model
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of TransactionLineLocationTypeModel
        Overrides:
        toString in class java.lang.Object