|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.was.v6.common.DescriptionGroup
org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup
org.apache.openejb.jee.was.v6.common.JNDIEnvRefsGroup
org.apache.openejb.jee.was.v6.ejb.EnterpriseBean
org.apache.openejb.jee.was.v6.ejb.Entity
org.apache.openejb.jee.was.v6.ejb.ContainerManagedEntity
public class ContainerManagedEntity
Java class for ContainerManagedEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Field Summary | |
---|---|
protected java.lang.String |
abstractSchemaName
|
protected java.lang.String |
cmpAttribute
|
protected java.util.List<CMPAttribute> |
cmpAttributes
|
protected java.lang.String |
entityBeanVersion
|
protected java.util.List<CMPAttribute> |
keyAttributes
|
protected java.lang.String |
keyAttributesString
|
protected java.util.List<CMPAttribute> |
persistentAttributes
|
protected java.lang.String |
primKeyField
|
protected java.util.List<CMPAttribute> |
primKeyFields
|
protected java.util.List<Query> |
queries
|
Fields inherited from class org.apache.openejb.jee.was.v6.ejb.Entity |
---|
primaryKey, primaryKeys, reentrant |
Fields inherited from class org.apache.openejb.jee.was.v6.ejb.EnterpriseBean |
---|
ejbClass, ejbClasses, homeInterface, homeInterfaces, localHomeInterface, localHomeInterfaces, localInterface, localInterfaces, name, remoteInterface, remoteInterfaces, securityIdentities, securityRoleRefs |
Fields inherited from class org.apache.openejb.jee.was.v6.common.JNDIEnvRefsGroup |
---|
ejbLocalRefs, ejbRefs, environmentProperties, messageDestinationRefs, resourceEnvRefs, resourceRefs, serviceRefs |
Fields inherited from class org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup |
---|
description, displayName, largeIcon, smallIcon |
Fields inherited from class org.apache.openejb.jee.was.v6.common.DescriptionGroup |
---|
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version |
Constructor Summary | |
---|---|
ContainerManagedEntity()
|
Method Summary | |
---|---|
java.lang.String |
getAbstractSchemaName()
Gets the value of the abstractSchemaName property. |
java.lang.String |
getCMPAttribute()
Gets the value of the cmpAttribute property. |
java.util.List<CMPAttribute> |
getCMPAttributes()
Gets the value of the cmpAttributes property. |
java.lang.String |
getEntityBeanVersion()
Gets the value of the entityBeanVersion property. |
java.util.List<CMPAttribute> |
getKeyAttributes()
Gets the value of the keyAttributes property. |
java.lang.String |
getKeyAttributesString()
Gets the value of the keyAttributesString property. |
java.util.List<CMPAttribute> |
getPersistentAttributes()
Gets the value of the persistentAttributes property. |
java.lang.String |
getPrimKeyField()
Gets the value of the primKeyField property. |
java.util.List<CMPAttribute> |
getPrimKeyFields()
Gets the value of the primKeyFields property. |
java.util.List<Query> |
getQueries()
Gets the value of the queries property. |
void |
setAbstractSchemaName(java.lang.String value)
Sets the value of the abstractSchemaName property. |
void |
setCMPAttribute(java.lang.String value)
Sets the value of the cmpAttribute property. |
void |
setEntityBeanVersion(java.lang.String value)
Sets the value of the entityBeanVersion property. |
void |
setKeyAttributesString(java.lang.String value)
Sets the value of the keyAttributesString property. |
void |
setPrimKeyField(java.lang.String value)
Sets the value of the primKeyField property. |
Methods inherited from class org.apache.openejb.jee.was.v6.ejb.Entity |
---|
getPrimaryKey, getPrimaryKeys, isReentrant, setPrimaryKey, setReentrant |
Methods inherited from class org.apache.openejb.jee.was.v6.ejb.EnterpriseBean |
---|
getEjbClass, getEjbClasses, getHomeInterface, getHomeInterfaces, getLocalHomeInterface, getLocalHomeInterfaces, getLocalInterface, getLocalInterfaces, getName, getRemoteInterface, getRemoteInterfaces, getSecurityIdentities, getSecurityRoleRefs, setEjbClass, setHomeInterface, setLocalHomeInterface, setLocalInterface, setName, setRemoteInterface |
Methods inherited from class org.apache.openejb.jee.was.v6.common.JNDIEnvRefsGroup |
---|
getEjbLocalRefs, getEjbRefs, getEnvironmentProperties, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs |
Methods inherited from class org.apache.openejb.jee.was.v6.common.CompatibilityDescriptionGroup |
---|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcon |
Methods inherited from class org.apache.openejb.jee.was.v6.common.DescriptionGroup |
---|
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<CMPAttribute> persistentAttributes
protected java.util.List<CMPAttribute> keyAttributes
protected java.util.List<Query> queries
protected java.util.List<CMPAttribute> cmpAttributes
protected java.util.List<CMPAttribute> primKeyFields
protected java.lang.String cmpAttribute
protected java.lang.String abstractSchemaName
protected java.lang.String keyAttributesString
protected java.lang.String primKeyField
protected java.lang.String entityBeanVersion
Constructor Detail |
---|
public ContainerManagedEntity()
Method Detail |
---|
public java.util.List<CMPAttribute> getPersistentAttributes()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
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
CMPAttribute
public java.util.List<CMPAttribute> getKeyAttributes()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
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
CMPAttribute
public java.util.List<Query> getQueries()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
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 Query
public java.util.List<CMPAttribute> getCMPAttributes()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
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
CMPAttribute
public java.util.List<CMPAttribute> getPrimKeyFields()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
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
CMPAttribute
public java.lang.String getCMPAttribute()
String
public void setCMPAttribute(java.lang.String value)
value
- allowed object is String
public java.lang.String getAbstractSchemaName()
String
public void setAbstractSchemaName(java.lang.String value)
value
- allowed object is String
public java.lang.String getKeyAttributesString()
String
public void setKeyAttributesString(java.lang.String value)
value
- allowed object is String
public java.lang.String getPrimKeyField()
String
public void setPrimKeyField(java.lang.String value)
value
- allowed object is String
public java.lang.String getEntityBeanVersion()
String
public void setEntityBeanVersion(java.lang.String value)
value
- allowed object is String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |