public class TransactionLocationTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
TransactionLocationTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getDocumentAddressId()
Getter for documentAddressId
Address ID for the transaction
|
java.lang.Long |
getDocumentId()
Getter for documentId
Transaction ID
|
java.lang.Long |
getDocumentLocationTypeId()
Getter for documentLocationTypeId
Location type ID for this location type in transaction
|
java.lang.String |
getLocationTypeCode()
Getter for locationTypeCode
Location type code
|
void |
setDocumentAddressId(java.lang.Long value)
Setter for documentAddressId
Address ID for the transaction
|
void |
setDocumentId(java.lang.Long value)
Setter for documentId
Transaction ID
|
void |
setDocumentLocationTypeId(java.lang.Long value)
Setter for documentLocationTypeId
Location type ID for this location type in transaction
|
void |
setLocationTypeCode(java.lang.String value)
Setter for locationTypeCode
Location type code
|
java.lang.String |
toString()
Returns a JSON string representation of TransactionLocationTypeModel
|
public java.lang.Long getDocumentLocationTypeId()
public void setDocumentLocationTypeId(java.lang.Long value)
public java.lang.Long getDocumentId()
public void setDocumentId(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