public class TransactionLineLocationTypeModel
extends java.lang.Object
| Constructor and Description |
|---|
TransactionLineLocationTypeModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getDocumentAddressId()
Getter for documentAddressId - Represents information about location types stored in a line
|
java.lang.Long |
getDocumentLineId()
Getter for documentLineId - Represents information about location types stored in a line
|
java.lang.Long |
getDocumentLineLocationTypeId()
Getter for documentLineLocationTypeId - Represents information about location types stored in a line
|
java.lang.String |
getLocationTypeCode()
Getter for locationTypeCode - Represents information about location types stored in a line
|
void |
setDocumentAddressId(java.lang.Long documentAddressId)
Setter for documentAddressId - Represents information about location types stored in a line
|
void |
setDocumentLineId(java.lang.Long documentLineId)
Setter for documentLineId - Represents information about location types stored in a line
|
void |
setDocumentLineLocationTypeId(java.lang.Long documentLineLocationTypeId)
Setter for documentLineLocationTypeId - Represents information about location types stored in a line
|
void |
setLocationTypeCode(java.lang.String locationTypeCode)
Setter for locationTypeCode - Represents information about location types stored in a line
|
java.lang.String |
toString()
Returns a JSON string representation of TransactionLineLocationTypeModel.
|
public java.lang.Long getDocumentLineLocationTypeId()
public void setDocumentLineLocationTypeId(java.lang.Long documentLineLocationTypeId)
public java.lang.Long getDocumentLineId()
public void setDocumentLineId(java.lang.Long documentLineId)
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