|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.AttributeValueAccessBean | +--com.ibm.commerce.catalog.beans.AttributeValueDataBean
IBM Internal Use
Field Summary | |
static java.lang.String |
COPYRIGHT
|
java.lang.String |
istrAttributeId
|
protected java.lang.String |
istrAttributeValueId
|
java.lang.String |
istrCatalogEntryId
|
protected java.lang.String |
istrLanguageId
|
java.lang.String |
istrName
|
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AttributeValueDataBean()
Insert the method's description here. |
|
AttributeValueDataBean(AttributeValueAccessBean abAttributeValue)
|
Method Summary | |
AttributeDataBean |
getAttributeDataBean()
|
java.lang.String |
getAttributeId()
Insert the method's description here. |
java.lang.String |
getAttributeValueId()
Insert the method's description here. |
java.lang.String |
getCatalogEntryId()
Insert the method's description here. |
CommandContext |
getCommandContext()
Insert the method's description here. |
java.lang.String |
getLanguageId()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
java.lang.String |
getValue()
|
void |
populate()
|
void |
setAttributeId(java.lang.String newAttributeId)
Insert the method's description here. |
void |
setAttributeValueId(java.lang.String newAttributeValueId)
Insert the method's description here. |
void |
setCatalogEntryId(java.lang.String newCatalogEntryId)
Insert the method's description here. |
void |
setCommandContext(CommandContext newCommandContext)
Insert the method's description here. |
void |
setLanguageId(java.lang.String newLanguageId)
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public java.lang.String istrAttributeId
protected java.lang.String istrAttributeValueId
public java.lang.String istrCatalogEntryId
protected java.lang.String istrLanguageId
public java.lang.String istrName
Constructor Detail |
public AttributeValueDataBean()
public AttributeValueDataBean(AttributeValueAccessBean abAttributeValue) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Method Detail |
public AttributeDataBean getAttributeDataBean() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getAttributeId()
public java.lang.String getAttributeValueId()
public java.lang.String getCatalogEntryId()
public CommandContext getCommandContext()
public java.lang.String getLanguageId()
public java.lang.String getName()
getName
in class AttributeValueAccessBean
public java.lang.String getValue() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
public void populate() throws java.lang.Exception
public void setAttributeId(java.lang.String newAttributeId)
newIstrAttributeId
- java.lang.Stringpublic void setAttributeValueId(java.lang.String newAttributeValueId)
newVendorId
- java.lang.Stringpublic void setCatalogEntryId(java.lang.String newCatalogEntryId)
newIstrAttributeId
- java.lang.Stringpublic void setCommandContext(CommandContext newCommandContext)
newCommandContext
- CommandContextpublic void setLanguageId(java.lang.String newLanguageId)
newLanguageId
- java.lang.Stringpublic void setName(java.lang.String newName)
setName
in class AttributeValueAccessBean
newIstrName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |