public class Entity extends EnterpriseBean
Java class for Entity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Entity"> <complexContent> <extension base="{ejb.xmi}EnterpriseBean"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="primaryKey" type="{java.xmi}JavaClass"/> </choice> <attribute name="primaryKey" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="reentrant" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
primaryKey |
protected java.util.List<JavaClass> |
primaryKeys |
protected java.lang.Boolean |
reentrant |
ejbClass, ejbClasses, homeInterface, homeInterfaces, localHomeInterface, localHomeInterfaces, localInterface, localInterfaces, name, remoteInterface, remoteInterfaces, securityIdentities, securityRoleRefs
ejbLocalRefs, ejbRefs, environmentProperties, messageDestinationRefs, resourceEnvRefs, resourceRefs, serviceRefs
description, displayName, largeIcon, smallIcon
descriptions, displayNames, extensions, href, icons, id, idref, label, type, uuid, version
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrimaryKey()
Gets the value of the primaryKey property.
|
java.util.List<JavaClass> |
getPrimaryKeys()
Gets the value of the primaryKeys property.
|
java.lang.Boolean |
isReentrant()
Gets the value of the reentrant property.
|
void |
setPrimaryKey(java.lang.String value)
Sets the value of the primaryKey property.
|
void |
setReentrant(java.lang.Boolean value)
Sets the value of the reentrant property.
|
getEjbClass, getEjbClasses, getHomeInterface, getHomeInterfaces, getLocalHomeInterface, getLocalHomeInterfaces, getLocalInterface, getLocalInterfaces, getName, getRemoteInterface, getRemoteInterfaces, getSecurityIdentities, getSecurityRoleRefs, setEjbClass, setHomeInterface, setLocalHomeInterface, setLocalInterface, setName, setRemoteInterface
getEjbLocalRefs, getEjbRefs, getEnvironmentProperties, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDisplayName, setLargeIcon, setSmallIcon
getDescriptions, getDisplayNames, getExtensions, getHref, getIcons, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
protected java.util.List<JavaClass> primaryKeys
protected java.lang.String primaryKey
protected java.lang.Boolean reentrant
public java.util.List<JavaClass> getPrimaryKeys()
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 primaryKeys property.
For example, to add a new item, do as follows:
getPrimaryKeys().add(newItem);
Objects of the following type(s) are allowed in the list
JavaClass
public java.lang.String getPrimaryKey()
String
public void setPrimaryKey(java.lang.String value)
value
- allowed object is String
public java.lang.Boolean isReentrant()
Boolean
public void setReentrant(java.lang.Boolean value)
value
- allowed object is Boolean