@Entity public class Accounting extends Object implements Entity, Identifiable, Stampable
| Modifier and Type | Class and Description |
|---|---|
static class |
Accounting.AccountingType |
| Constructor and Description |
|---|
Accounting() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
Date |
getDate() |
UUID |
getId() |
boolean |
getIsValid() |
Date |
getLastUpdate() |
Principal |
getPrincipal() |
String |
getReferenceData() |
Tenant |
getTenant() |
Accounting.AccountingType |
getType() |
float |
getUnits() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setDate(Date date) |
void |
setId(UUID id) |
void |
setIsValid(boolean isValid) |
void |
setLastUpdate(Date lastUpdate) |
void |
setPrincipal(Principal principal) |
void |
setReferenceData(String referenceData) |
void |
setTenant(Tenant tenant) |
void |
setType(Accounting.AccountingType type) |
void |
setUnits(float units) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Accounting.AccountingType getType()
public void setType(Accounting.AccountingType type)
public float getUnits()
public void setUnits(float units)
public String getReferenceData()
public void setReferenceData(String referenceData)
public Date getDate()
public void setDate(Date date)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic Principal getCreator()
public void setCreator(Principal creator)
public Tenant getTenant()
public void setTenant(Tenant tenant)
public Principal getPrincipal()
public void setPrincipal(Principal principal)
public boolean getIsValid()
public void setIsValid(boolean isValid)
Copyright © 2017. All Rights Reserved.