|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.foundation.BelongingImpl | +--com.beasys.commerce.ebusiness.catalog.ImageInfoImpl
Implementation class for ImageInfo interface.
ImageInfo
,
ImageInfoHome
, Serialized FormField Summary | |
java.lang.String |
alternateText
Containment: By Value Multiplicity: 1:1 |
java.lang.String |
language
Containment: By Value Multiplicity: 1:1 |
java.lang.String |
name
Containment: By Value Multiplicity: 1:1 |
int |
type
Containment: By Value Multiplicity: 1:1 |
java.lang.String |
url
Containment: By Value Multiplicity: 1:1 |
Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
__classIdentifier,
__containingBelonging,
__containingEntity,
__mapKey,
__sequenceNumber,
_isDirty |
Constructor Summary | |
ImageInfoImpl()
|
Method Summary | |
int |
compareTo(java.lang.Object o)
Compare this belonging to another |
java.lang.String |
getAlternateText()
Get the value of alternateText |
java.lang.String |
getLanguage()
Get the value of language |
java.lang.String |
getName()
Get the value of name |
int |
getType()
Get the value of type |
java.lang.String |
getUrl()
Get the value of url |
java.lang.String |
interfaceName()
interfaceName() returns the unqualified name of the interface from the UML model |
void |
setAlternateText(java.lang.String alternateText)
Set the value of alternateText |
void |
setByValue(Belonging value)
It is possible to call set-by-value with a superclass. |
void |
setLanguage(java.lang.String language)
Set the value of language |
void |
setName(java.lang.String name)
Set the value of name |
void |
setType(int type)
Set the value of type |
void |
setUrl(java.lang.String url)
Set the value of url |
Belonging |
value()
value() is a more typesafe implementation of clone() |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public java.lang.String language
public java.lang.String alternateText
public java.lang.String url
public int type
public java.lang.String name
Constructor Detail |
public ImageInfoImpl()
Method Detail |
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- language to be addedpublic java.lang.String getAlternateText()
public void setAlternateText(java.lang.String alternateText)
alternateText
- alternateText to be addedpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- url to be addedpublic int getType()
public void setType(int type)
type
- type to be addedpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- name to be addedpublic Belonging value()
public java.lang.String interfaceName()
public 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.
public int compareTo(java.lang.Object o)
o
- target object for comparision
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |