public class SubaccountLine extends org.beigesoft.persistable.AHasIdLongVersion implements org.beigesoft.model.IOwned<Account>
Model of subaccount line in account. Version changed time algorithm.
| Constructor and Description |
|---|
SubaccountLine() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getItsOwner()
Getter for itsOwner.
|
Long |
getSubaccId()
Getter for subaccId.
|
String |
getSubaccName()
Getter for subaccName.
|
Integer |
getSubaccType()
Getter for subaccType.
|
void |
setItsOwner(Account pItsOwner)
Setter for itsOwner.
|
void |
setSubaccId(Long pSubaccId)
Setter for subaccId.
|
void |
setSubaccName(String pSubaccName)
Setter for subaccName.
|
void |
setSubaccType(Integer pSubaccType)
Setter for subaccType.
|
getItsVersion, setItsVersionpublic final Account getItsOwner()
Getter for itsOwner.
getItsOwner in interface org.beigesoft.model.IOwned<Account>public final void setItsOwner(Account pItsOwner)
Setter for itsOwner.
setItsOwner in interface org.beigesoft.model.IOwned<Account>pItsOwner - referencepublic final Integer getSubaccType()
Getter for subaccType.
public final void setSubaccType(Integer pSubaccType)
Setter for subaccType.
pSubaccType - referencepublic final Long getSubaccId()
Getter for subaccId.
public final void setSubaccId(Long pSubaccId)
Setter for subaccId.
pSubaccId - referencepublic final String getSubaccName()
Getter for subaccName.
public final void setSubaccName(String pSubaccName)
Setter for subaccName.
pSubaccName - referenceCopyright © 2016–2018. All rights reserved.