com.ibm.commerce.catalog.beans
Class AttributeDataBean
java.lang.Object
|
+--com.ibm.ivj.ejb.runtime.AbstractAccessBean
|
+--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
|
+--com.ibm.commerce.catalog.objects.AttributeAccessBean
|
+--com.ibm.commerce.catalog.beans.AttributeDataBean
- All Implemented Interfaces:
- AttributeAccessBeanData, java.io.Serializable
- public class AttributeDataBean
- extends AttributeAccessBean
IBM Internal Use
- See Also:
- Serialized Form
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Method Summary |
java.lang.String |
getAttributeId()
Insert the method's description here. |
java.lang.String |
getCatalogEntryId()
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. |
void |
populate()
|
void |
setAttributeId(java.lang.String newAttributeId)
Insert the method's description here. |
void |
setCatalogEntryId(java.lang.String newCatalogEntryId)
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.commerce.catalog.objects.AttributeAccessBean |
commitCopyHelper, findByAttributeId, findByCatalogEntryId, findByCatEntryLanguageAndSequence, findByCatEntryLanguageAndUsage, findByNameAndCatalogEntryAndLanguage, findByProduct, getAttributeReferenceNumber, getAttributeReferenceNumberInEJBType, getAttributeType, getAttributeValues, getCatalogEntryReferenceNumber, getCatalogEntryReferenceNumberInEJBType, getDescription, getDescription2, getDistinctAttributeValues, getField1, getLanguage_id, getLanguage_idInEJBType, getMaxSequenceForCatEntryAndLanguage, getOID, getSequenceNumber, getSequenceNumberInEJBType, getUsage, refreshCopyHelper, setAttributeReferenceNumber, setAttributeReferenceNumber, setAttributeType, setCatalogEntryReferenceNumber, setCatalogEntryReferenceNumber, setDescription, setDescription2, setField1, setInitKey_attributeReferenceNumber, setInitKey_language_id, setLanguage_id, setLanguage_id, setOID, setSequenceNumber, setSequenceNumber, setUsage |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
istrAttributeId
public java.lang.String istrAttributeId
istrCatalogEntryId
public java.lang.String istrCatalogEntryId
istrLanguageId
protected java.lang.String istrLanguageId
istrName
public java.lang.String istrName
AttributeDataBean
public AttributeDataBean()
- Insert the method's description here.
Creation date: (7/31/2001 4:28:13 PM)
AttributeDataBean
public AttributeDataBean(AttributeAccessBean abAttribute)
throws javax.ejb.CreateException,
java.rmi.RemoteException,
javax.ejb.FinderException,
javax.naming.NamingException
getAttributeId
public java.lang.String getAttributeId()
- Insert the method's description here.
Creation date: (04/05/01 4:17:26 PM)
- Returns:
- java.lang.String
getCatalogEntryId
public java.lang.String getCatalogEntryId()
- Insert the method's description here.
Creation date: (04/05/01 4:17:26 PM)
- Returns:
- java.lang.String
getLanguageId
public java.lang.String getLanguageId()
- Insert the method's description here.
Creation date: (3/15/2001 1:42:55 PM)
- Returns:
- java.lang.String
getName
public java.lang.String getName()
- Insert the method's description here.
Creation date: (04/05/01 4:18:15 PM)
- Overrides:
getName
in class AttributeAccessBean
- Returns:
- java.lang.String
populate
public void populate()
throws java.lang.Exception
setAttributeId
public void setAttributeId(java.lang.String newAttributeId)
- Insert the method's description here.
Creation date: (04/05/01 4:17:26 PM)
- Parameters:
newIstrAttributeId
- java.lang.String
setCatalogEntryId
public void setCatalogEntryId(java.lang.String newCatalogEntryId)
- Insert the method's description here.
Creation date: (04/05/01 4:17:26 PM)
- Parameters:
newIstrAttributeId
- java.lang.String
setLanguageId
public void setLanguageId(java.lang.String newLanguageId)
- Insert the method's description here.
Creation date: (3/15/2001 1:42:55 PM)
- Parameters:
newLanguageId
- java.lang.String
setName
public void setName(java.lang.String newName)
- Insert the method's description here.
Creation date: (04/05/01 4:18:15 PM)
- Overrides:
setName
in class AttributeAccessBean
- Parameters:
newIstrName
- java.lang.String