- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 34 of file FixedAsset.java.
◆ entityId()
Object org.turro.financials.entity.FixedAsset.entityId |
( |
| ) |
|
◆ getDepreciated()
double org.turro.financials.entity.FixedAsset.getDepreciated |
( |
| ) |
|
◆ getDepreciationLineType()
LineType org.turro.financials.entity.FixedAsset.getDepreciationLineType |
( |
| ) |
|
◆ getDepreciations()
◆ getDocumentLines()
Set<DocumentLine> org.turro.financials.entity.FixedAsset.getDocumentLines |
( |
| ) |
|
◆ getId()
long org.turro.financials.entity.FixedAsset.getId |
( |
| ) |
|
◆ getInvestment()
double org.turro.financials.entity.FixedAsset.getInvestment |
( |
| ) |
|
◆ getInvestmentPreference()
◆ getName()
String org.turro.financials.entity.FixedAsset.getName |
( |
| ) |
|
◆ getNotes()
String org.turro.financials.entity.FixedAsset.getNotes |
( |
| ) |
|
◆ getSerializerMappings()
MappingSet org.turro.financials.entity.FixedAsset.getSerializerMappings |
( |
| ) |
|
Definition at line 191 of file FixedAsset.java.
192 MappingSet
set =
new MappingSet();
193 set.addMapping(FixedAsset.class, 1,
194 new String[] {
"name",
"depreciated",
"investment" },
195 new String[] {
"depreciations",
"investmentPreference",
196 "depreciationLineType",
"view",
"store",
"notes" });
197 set.addMapping(RegisterView.class, 2,
198 new String[] {
"id",
"name" },
200 set.addMapping(ContractPreference.class, 2,
201 new String[] {
"id",
"name" },
203 set.addMapping(Contract.class, 2,
204 new String[] {
"id",
"name" },
206 set.addMapping(FixedAssetDepreciation.class, 2,
207 new String[] {
"depreciationDate",
"percent",
"comment" },
209 set.addMapping(LineType.class, 2,
210 new String[] {
"name" },
◆ getStore()
Contract org.turro.financials.entity.FixedAsset.getStore |
( |
| ) |
|
◆ getView()
RegisterView org.turro.financials.entity.FixedAsset.getView |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.financials.entity.FixedAsset.isEmpty |
( |
| ) |
|
◆ isUnsubscribed()
boolean org.turro.financials.entity.FixedAsset.isUnsubscribed |
( |
| ) |
|
◆ prepareForSaving()
void org.turro.financials.entity.FixedAsset.prepareForSaving |
( |
| ) |
|
Helpers
Definition at line 183 of file FixedAsset.java.
185 id = IdUtils.getNewLongIdFromLong(
new FinancialsPU(),
"FixedAsset",
"id");
◆ setDepreciated()
void org.turro.financials.entity.FixedAsset.setDepreciated |
( |
double |
depreciated | ) |
|
◆ setDepreciationLineType()
void org.turro.financials.entity.FixedAsset.setDepreciationLineType |
( |
LineType |
depreciationLineType | ) |
|
Definition at line 84 of file FixedAsset.java.
85 this.depreciationLineType = depreciationLineType;
◆ setDepreciations()
Definition at line 92 of file FixedAsset.java.
93 this.depreciations = depreciations;
◆ setDocumentLines()
void org.turro.financials.entity.FixedAsset.setDocumentLines |
( |
Set< DocumentLine > |
documentLines | ) |
|
◆ setId()
void org.turro.financials.entity.FixedAsset.setId |
( |
long |
id | ) |
|
◆ setInvestment()
void org.turro.financials.entity.FixedAsset.setInvestment |
( |
double |
investment | ) |
|
◆ setInvestmentPreference()
void org.turro.financials.entity.FixedAsset.setInvestmentPreference |
( |
ContractPreference |
investmentPreference | ) |
|
Definition at line 124 of file FixedAsset.java.
125 this.investmentPreference = investmentPreference;
◆ setName()
void org.turro.financials.entity.FixedAsset.setName |
( |
String |
name | ) |
|
◆ setNotes()
void org.turro.financials.entity.FixedAsset.setNotes |
( |
String |
notes | ) |
|
◆ setStore()
void org.turro.financials.entity.FixedAsset.setStore |
( |
Contract |
store | ) |
|
◆ setUnsubscribed()
void org.turro.financials.entity.FixedAsset.setUnsubscribed |
( |
boolean |
unsubscribed | ) |
|
◆ setView()
void org.turro.financials.entity.FixedAsset.setView |
( |
RegisterView |
view | ) |
|
The documentation for this class was generated from the following file: