com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicEntityEJB

All Superinterfaces:
EJB, J2EEComponent, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, WebLogicEJB

public interface WebLogicEntityEJB
extends WebLogicEJB

Represents a WebLogic Entity Enterprise Java Bean.

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getCMPVersion()
           
 java.lang.String getPersistenceType()
           
 java.lang.String getPrimaryKeyClass()
           
 java.lang.String getPrimaryKeyField()
           
 boolean hasCMPVersion()
           
 boolean hasPersistenceType()
           
 boolean hasPrimaryKeyClass()
           
 boolean hasPrimaryKeyField()
           
 void setCMPVersion(java.lang.String s)
           
 void setPersistenceType(java.lang.String s)
           
 void setPrimaryKeyClass(java.lang.String s)
           
 void setPrimaryKeyField(java.lang.String s)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.weblogic.WebLogicEJB
getEJBClass, getHomeClass, getLocalClass, getLocalHomeClass, getRemoteClass, hasEJBClass, hasHomeClass, hasLocalClass, hasLocalHomeClass, hasRemoteClass, setEJBClass, setHomeClass, setLocalClass, setLocalHomeClass, setRemoteClass
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.J2EEComponent
getName, getParent, hasName, hasParent, setName, setParent
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
Methods inherited from interface com.collation.platform.model.ModelObject
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken
 

Method Detail

getCMPVersion

java.lang.String getCMPVersion()
                               throws AttributeNotSetException
Throws:
AttributeNotSetException

setCMPVersion

void setCMPVersion(java.lang.String s)

hasCMPVersion

boolean hasCMPVersion()

getPrimaryKeyClass

java.lang.String getPrimaryKeyClass()
                                    throws AttributeNotSetException
Throws:
AttributeNotSetException

setPrimaryKeyClass

void setPrimaryKeyClass(java.lang.String s)

hasPrimaryKeyClass

boolean hasPrimaryKeyClass()

getPrimaryKeyField

java.lang.String getPrimaryKeyField()
                                    throws AttributeNotSetException
Throws:
AttributeNotSetException

setPrimaryKeyField

void setPrimaryKeyField(java.lang.String s)

hasPrimaryKeyField

boolean hasPrimaryKeyField()

getPersistenceType

java.lang.String getPersistenceType()
                                    throws AttributeNotSetException
Throws:
AttributeNotSetException

setPersistenceType

void setPersistenceType(java.lang.String s)

hasPersistenceType

boolean hasPersistenceType()