public class TransactionLineLocationTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
TransactionLineLocationTypeModel() |
| Modifier and Type | Method and 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
|
public java.lang.Long getDocumentLineLocationTypeId()
public void setDocumentLineLocationTypeId(java.lang.Long value)
public java.lang.Long getDocumentLineId()
public void setDocumentLineId(java.lang.Long value)
public java.lang.Long getDocumentAddressId()
public void setDocumentAddressId(java.lang.Long value)
public java.lang.String getLocationTypeCode()
public void setLocationTypeCode(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Object