|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.BelongingImpl
com.beasys.commerce.ebusiness.tax.TaxLineListImpl
@Deprecated public class TaxLineListImpl
Contains all of the orderlines of the order being taxed.
TaxLineList,
TaxLineListHome,
Serialized Form| Field Summary | |
|---|---|
List |
taxLine
Deprecated Containment: By Value Multiplicity: 0:N Interface: java.util.List |
| Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
|---|
__classIdentifier, __containingBelonging, __containingEntity, __mapKey, __sequenceNumber, _isDirty |
| Constructor Summary | |
|---|---|
TaxLineListImpl()
Deprecated |
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
Deprecated Compare this belonging to another |
List |
getTaxLineList()
Deprecated Returns a deep copy of the entire List |
String |
interfaceName()
Deprecated interfaceName() returns the unqualified name of the interface from the UML model |
void |
setByValue(Belonging value)
Deprecated It is possible to call set-by-value with a superclass. |
void |
setTaxLineList(List List)
Deprecated Sets the entire List |
Belonging |
value()
Deprecated value() is a more typesafe implementation of clone() |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
|---|
clone, equals |
| Field Detail |
|---|
public List taxLine
| Constructor Detail |
|---|
public TaxLineListImpl()
| Method Detail |
|---|
public List getTaxLineList()
getTaxLineList in interface TaxLineListpublic void setTaxLineList(List List)
setTaxLineList in interface TaxLineListpublic Belonging value()
value in interface Belongingpublic String interfaceName()
interfaceName in interface Belongingpublic void setByValue(Belonging value)
It is also possible to call set-by-value with a subclass. In this case, the specialized fields in the subclass will be ignored. The overridden fields in the subclass will be populated.
setByValue in interface BelongingsetByValue in class BelongingImplvalue - The Belonging to use for initialization.public int compareTo(Object o)
compareTo in interface ComparablecompareTo in class BelongingImplo - target object for comparision
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||