public final class CostAccount extends Object implements ProjectEntityWithUniqueID
Modifier and Type | Class and Description |
---|---|
static class |
CostAccount.Builder
CostAccount builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getID()
Retrieve the short name.
|
String |
getName()
Retrieve the name.
|
String |
getNotes()
Retrieve the notes text.
|
Notes |
getNotesObject()
Retrieve the notes object.
|
CostAccount |
getParent()
Retrieve the parent cost account.
|
Integer |
getParentUniqueID()
Retrieve the parent cost account unique ID.
|
Integer |
getSequenceNumber()
Retrieve the sequence number.
|
Integer |
getUniqueID()
Retrieve the Unique ID value of the entity.
|
String |
toString() |
public Integer getUniqueID()
ProjectEntityWithUniqueID
getUniqueID
in interface ProjectEntityWithUniqueID
public String getID()
public String getName()
public String getNotes()
public Notes getNotesObject()
public Integer getSequenceNumber()
public Integer getParentUniqueID()
public CostAccount getParent()
Copyright © 2000–2024 Packwood Software. All rights reserved.