public class ContainerManagedEntity extends Entity
<complexType name="ContainerManagedEntity">
<complexContent>
<extension base="{ejb.xmi}Entity">
<choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="persistentAttributes" type="{ejb.xmi}CMPAttribute"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="keyAttributes" type="{ejb.xmi}CMPAttribute"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="queries" type="{ejb.xmi}Query"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="CMPAttribute" type="{ejb.xmi}CMPAttribute"/>
</choice>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="primKeyField" type="{ejb.xmi}CMPAttribute"/>
</choice>
</choice>
<attribute name="CMPAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="abstractSchemaName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="keyAttributes" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="primKeyField" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abstractSchemaName |
protected String |
cmpAttribute |
protected List<CMPAttribute> |
cmpAttributes |
protected String |
entityBeanVersion |
protected List<CMPAttribute> |
keyAttributes |
protected String |
keyAttributesString |
protected List<CMPAttribute> |
persistentAttributes |
protected String |
primKeyField |
protected List<CMPAttribute> |
primKeyFields |
protected List<Query> |
queries |
primaryKey, primaryKeys, reentrantejbClass, ejbClasses, homeInterface, homeInterfaces, localHomeInterface, localHomeInterfaces, localInterface, localInterfaces, name, remoteInterface, remoteInterfaces, securityIdentities, securityRoleRefsejbLocalRefs, ejbRefs, environmentProperties, messageDestinationRefs, resourceEnvRefs, resourceRefs, serviceRefsdescription, displayName, largeIcon, smallIcondescriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version| Constructor and Description |
|---|
ContainerManagedEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstractSchemaName()
Gets the value of the abstractSchemaName property.
|
String |
getCMPAttribute()
Gets the value of the cmpAttribute property.
|
List<CMPAttribute> |
getCMPAttributes()
Gets the value of the cmpAttributes property.
|
String |
getEntityBeanVersion()
Gets the value of the entityBeanVersion property.
|
List<CMPAttribute> |
getKeyAttributes()
Gets the value of the keyAttributes property.
|
String |
getKeyAttributesString()
Gets the value of the keyAttributesString property.
|
List<CMPAttribute> |
getPersistentAttributes()
Gets the value of the persistentAttributes property.
|
String |
getPrimKeyField()
Gets the value of the primKeyField property.
|
List<CMPAttribute> |
getPrimKeyFields()
Gets the value of the primKeyFields property.
|
List<Query> |
getQueries()
Gets the value of the queries property.
|
void |
setAbstractSchemaName(String value)
Sets the value of the abstractSchemaName property.
|
void |
setCMPAttribute(String value)
Sets the value of the cmpAttribute property.
|
void |
setEntityBeanVersion(String value)
Sets the value of the entityBeanVersion property.
|
void |
setKeyAttributesString(String value)
Sets the value of the keyAttributesString property.
|
void |
setPrimKeyField(String value)
Sets the value of the primKeyField property.
|
getPrimaryKey, getPrimaryKeys, isReentrant, setPrimaryKey, setReentrantgetEjbClass, getEjbClasses, getHomeInterface, getHomeInterfaces, getLocalHomeInterface, getLocalHomeInterfaces, getLocalInterface, getLocalInterfaces, getName, getRemoteInterface, getRemoteInterfaces, getSecurityIdentities, getSecurityRoleRefs, setEjbClass, setHomeInterface, setLocalHomeInterface, setLocalInterface, setName, setRemoteInterfacegetEjbLocalRefs, getEjbRefs, getEnvironmentProperties, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs, getServiceRefsgetDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcongetDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersionprotected List<CMPAttribute> persistentAttributes
protected List<CMPAttribute> keyAttributes
protected List<CMPAttribute> cmpAttributes
protected List<CMPAttribute> primKeyFields
protected String cmpAttribute
protected String abstractSchemaName
protected String keyAttributesString
protected String primKeyField
protected String entityBeanVersion
public List<CMPAttribute> getPersistentAttributes()
set method for the persistentAttributes property.
For example, to add a new item, do as follows:
getPersistentAttributes().add(newItem);Objects of the following type(s) are allowed in the list
CMPAttributepublic List<CMPAttribute> getKeyAttributes()
set method for the keyAttributes property.
For example, to add a new item, do as follows:
getKeyAttributes().add(newItem);Objects of the following type(s) are allowed in the list
CMPAttributepublic List<Query> getQueries()
set method for the queries property.
For example, to add a new item, do as follows:
getQueries().add(newItem);Objects of the following type(s) are allowed in the list
Querypublic List<CMPAttribute> getCMPAttributes()
set method for the cmpAttributes property.
For example, to add a new item, do as follows:
getCMPAttributes().add(newItem);Objects of the following type(s) are allowed in the list
CMPAttributepublic List<CMPAttribute> getPrimKeyFields()
set method for the primKeyFields property.
For example, to add a new item, do as follows:
getPrimKeyFields().add(newItem);Objects of the following type(s) are allowed in the list
CMPAttributepublic String getCMPAttribute()
Stringpublic void setCMPAttribute(String value)
value - allowed object is Stringpublic String getAbstractSchemaName()
Stringpublic void setAbstractSchemaName(String value)
value - allowed object is Stringpublic String getKeyAttributesString()
Stringpublic void setKeyAttributesString(String value)
value - allowed object is Stringpublic String getPrimKeyField()
Stringpublic void setPrimKeyField(String value)
value - allowed object is Stringpublic String getEntityBeanVersion()
StringCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.