atg.b2bcommerce.order.purchase
Class CommerceIdentifierCostCenter

java.lang.Object
  extended by atg.b2bcommerce.order.purchase.CommerceIdentifierCostCenter

public class CommerceIdentifierCostCenter
extends java.lang.Object

Bean name: CommerceIdentifierCostCenter.

Properties
property nametypedescription default valueflags
CommerceIdentifierCommerceIdentifier   
CostCenterString   
RelationshipTypeString   
Amountdouble   
SplitAmountdouble   
Quantitylong   
SplitQuantitylong   
SplitCostCenterNameString   

EventSets
eventset namelistener typedescription flags

This class was generated mechanically by atg.beanmaker.BeanMaker, and should not be modified.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
CommerceIdentifierCostCenter()
          Creates a new CommerceIdentifierCostCenter instance.
CommerceIdentifierCostCenter(CommerceIdentifier pCommerceIdentifier)
          Creates a new CommerceIdentifierCostCenter instance.
 
Method Summary
 void copyPropertiesTo(CommerceIdentifierCostCenter target)
           
 boolean equals(java.lang.Object pObj)
           
 double getAmount()
          Return the Amount property.
 CommerceIdentifier getCommerceIdentifier()
          Return the CommerceIdentifier property.
 java.lang.String getCostCenterName()
          Return the CostCenterName property.
 long getQuantity()
          Return the Quantity property.
 java.lang.String getRelationshipType()
          Return the RelationshipType property.
 double getSplitAmount()
          Return the SplitAmount property.
 java.lang.String getSplitCostCenterName()
          Return the SplitCostCenterName property.
 long getSplitQuantity()
          Return the SplitQuantity property.
 int hashCode()
           
 void setAmount(double pAmount)
          Set the Amount property.
 void setCommerceIdentifier(CommerceIdentifier pCommerceIdentifier)
          Set the CommerceIdentifier property.
 void setCostCenterName(java.lang.String pCostCenterName)
          Set the CostCenterName property.
 void setQuantity(long pQuantity)
          Set the Quantity property.
 void setRelationshipType(java.lang.String pRelationshipType)
          Set the RelationshipType property.
 void setSplitAmount(double pSplitAmount)
          Set the SplitAmount property.
 void setSplitCostCenterName(java.lang.String pSplitCostCenterName)
          Set the SplitCostCenterName property.
 void setSplitQuantity(long pSplitQuantity)
          Set the SplitQuantity property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

CommerceIdentifierCostCenter

public CommerceIdentifierCostCenter()
Creates a new CommerceIdentifierCostCenter instance.


CommerceIdentifierCostCenter

public CommerceIdentifierCostCenter(CommerceIdentifier pCommerceIdentifier)
Creates a new CommerceIdentifierCostCenter instance.

Parameters:
pCommerceIdentifier - a CommerceIdentifier value
Method Detail

setCommerceIdentifier

public void setCommerceIdentifier(CommerceIdentifier pCommerceIdentifier)
Set the CommerceIdentifier property.

Parameters:
pCommerceIdentifier - a CommerceIdentifier value

getCommerceIdentifier

public CommerceIdentifier getCommerceIdentifier()
Return the CommerceIdentifier property.

Returns:
a CommerceIdentifier value

setCostCenterName

public void setCostCenterName(java.lang.String pCostCenterName)
Set the CostCenterName property.

Parameters:
pCostCenterName - a String value

getCostCenterName

public java.lang.String getCostCenterName()
Return the CostCenterName property.

Returns:
a String value

setRelationshipType

public void setRelationshipType(java.lang.String pRelationshipType)
Set the RelationshipType property.

Parameters:
pRelationshipType - a String value

getRelationshipType

public java.lang.String getRelationshipType()
Return the RelationshipType property.

Returns:
a String value

setAmount

public void setAmount(double pAmount)
Set the Amount property.

Parameters:
pAmount - a double value

getAmount

public double getAmount()
Return the Amount property.

Returns:
a double value

setSplitAmount

public void setSplitAmount(double pSplitAmount)
Set the SplitAmount property.

Parameters:
pSplitAmount - a double value

getSplitAmount

public double getSplitAmount()
Return the SplitAmount property.

Returns:
a double value

setQuantity

public void setQuantity(long pQuantity)
Set the Quantity property.

Parameters:
pQuantity - a long value

getQuantity

public long getQuantity()
Return the Quantity property.

Returns:
a long value

setSplitQuantity

public void setSplitQuantity(long pSplitQuantity)
Set the SplitQuantity property.

Parameters:
pSplitQuantity - a long value

getSplitQuantity

public long getSplitQuantity()
Return the SplitQuantity property.

Returns:
a long value

setSplitCostCenterName

public void setSplitCostCenterName(java.lang.String pSplitCostCenterName)
Set the SplitCostCenterName property.

Parameters:
pSplitCostCenterName - a String value

getSplitCostCenterName

public java.lang.String getSplitCostCenterName()
Return the SplitCostCenterName property.

Returns:
a String value

copyPropertiesTo

public void copyPropertiesTo(CommerceIdentifierCostCenter target)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object pObj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object