public class CostCenterOrderRelationship extends CommerceIdentifierImpl implements OrderRelationship, CostCenterRelationship, ChangedProperties
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
CostCenterOrderRelationship() |
Modifier and Type | Method and Description |
---|---|
void |
addChangedProperty(java.lang.String pPropertyName)
Adds a changedProperty
|
void |
clearChangedProperties()
Clears the changedProperties List
|
double |
getAmount()
Returns the amount that this relationship represents
|
java.util.Set |
getChangedProperties()
Returns the changedProperties
|
CostCenter |
getCostCenter()
Returns the CostCenter reference.
|
Order |
getOrder()
Returns the order
|
java.lang.Object |
getPropertyValue(java.lang.String pPropertyName)
Returns a property value
|
java.lang.String |
getRelationshipClassType()
Returns the relationshipClassType
|
int |
getRelationshipType()
Returns the Relationship type.
|
java.lang.String |
getRelationshipTypeAsString()
Returns the Relationship type as a String.
|
MutableRepositoryItem |
getRepositoryItem()
Returns the repositoryItem
|
boolean |
getSaveAllProperties()
Returns the saveAllProperties
|
boolean |
isChanged()
Returns the isChanged flag
|
void |
setAmount(double pAmount)
Sets the amount that this relationship represents
|
void |
setChanged(boolean pChanged)
Marks this object as changed
|
void |
setCostCenter(CostCenter pCostCenter)
Sets the CostCenter reference.
|
void |
setOrder(Order pOrder)
Sets the order
|
void |
setPropertyValue(java.lang.String pPropertyName,
java.lang.Object pPropertyValue)
Sets a property value
|
void |
setRelationshipClassType(java.lang.String pRelationshipClassType)
Sets the relationshipClassType
|
void |
setRelationshipType(int pType)
Set the Relationship type.
|
void |
setRelationshipTypeAsString(java.lang.String pType)
Set the Relationship type as a String.
|
void |
setRepositoryItem(MutableRepositoryItem pRepositoryItem)
Sets the repositoryItem
|
void |
setSaveAllProperties(boolean pSaveAllProperties)
Sets the saveAllProperties
|
void |
update(java.util.Observable o,
java.lang.Object arg)
This method is called whenever a property in a contained object changes
and the containing object needs to be notified.
|
getId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public java.lang.String getRelationshipClassType()
getRelationshipClassType
in interface Relationship
public void setRelationshipClassType(java.lang.String pRelationshipClassType)
setRelationshipClassType
in interface Relationship
public int getRelationshipType()
getRelationshipType
in interface Relationship
public void setRelationshipType(int pType) throws InvalidTypeException
setRelationshipType
in interface Relationship
InvalidTypeException
public java.lang.String getRelationshipTypeAsString()
public void setRelationshipTypeAsString(java.lang.String pType) throws InvalidTypeException
InvalidTypeException
public CostCenter getCostCenter()
getCostCenter
in interface CostCenterRelationship
public void setCostCenter(CostCenter pCostCenter)
setCostCenter
in interface CostCenterRelationship
public Order getOrder()
getOrder
in interface OrderRelationship
public void setOrder(Order pOrder)
setOrder
in interface OrderRelationship
public double getAmount()
getAmount
in interface CostCenterRelationship
getAmount
in interface OrderRelationship
public void setAmount(double pAmount)
setAmount
in interface CostCenterRelationship
setAmount
in interface OrderRelationship
public void update(java.util.Observable o, java.lang.Object arg)
update
in interface java.util.Observer
o
- the object which changedarg
- the name of the property which changedpublic boolean getSaveAllProperties()
getSaveAllProperties
in interface ChangedProperties
public void setSaveAllProperties(boolean pSaveAllProperties)
setSaveAllProperties
in interface ChangedProperties
public boolean isChanged()
isChanged
in interface ChangedProperties
public void setChanged(boolean pChanged)
setChanged
in interface ChangedProperties
public java.util.Set getChangedProperties()
getChangedProperties
in interface ChangedProperties
public void addChangedProperty(java.lang.String pPropertyName)
addChangedProperty
in interface ChangedProperties
public void clearChangedProperties()
clearChangedProperties
in interface ChangedProperties
public MutableRepositoryItem getRepositoryItem()
getRepositoryItem
in interface ChangedProperties
public void setRepositoryItem(MutableRepositoryItem pRepositoryItem)
setRepositoryItem
in interface ChangedProperties
public java.lang.Object getPropertyValue(java.lang.String pPropertyName)
getPropertyValue
in interface ChangedProperties
public void setPropertyValue(java.lang.String pPropertyName, java.lang.Object pPropertyValue)
setPropertyValue
in interface ChangedProperties
pPropertyValue
- the value to set for the given property value