public class TransactionLocationTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
TransactionLocationTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getDocumentAddressId()
Getter for documentAddressId - Information about a location type
|
java.lang.Long |
getDocumentId()
Getter for documentId - Information about a location type
|
java.lang.Long |
getDocumentLocationTypeId()
Getter for documentLocationTypeId - Information about a location type
|
java.lang.String |
getLocationTypeCode()
Getter for locationTypeCode - Information about a location type
|
void |
setDocumentAddressId(java.lang.Long documentAddressId)
Setter for documentAddressId - Information about a location type
|
void |
setDocumentId(java.lang.Long documentId)
Setter for documentId - Information about a location type
|
void |
setDocumentLocationTypeId(java.lang.Long documentLocationTypeId)
Setter for documentLocationTypeId - Information about a location type
|
void |
setLocationTypeCode(java.lang.String locationTypeCode)
Setter for locationTypeCode - Information about a location type
|
java.lang.String |
toString()
Returns a JSON string representation of TransactionLocationTypeModel.
|
public java.lang.Long getDocumentLocationTypeId()
public void setDocumentLocationTypeId(java.lang.Long documentLocationTypeId)
public java.lang.Long getDocumentId()
public void setDocumentId(java.lang.Long documentId)
public java.lang.Long getDocumentAddressId()
public void setDocumentAddressId(java.lang.Long documentAddressId)
public java.lang.String getLocationTypeCode()
public void setLocationTypeCode(java.lang.String locationTypeCode)
public java.lang.String toString()
toString in class java.lang.Object