|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.NamedMetaData
org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup
org.jboss.metadata.ejb.spec.EnterpriseBeanMetaData
org.jboss.metadata.ejb.spec.EntityBeanMetaData
public class EntityBeanMetaData
EntityBeanMetaData.
Constructor Summary | |
---|---|
EntityBeanMetaData()
Create a new EntityBeanMetaData. |
Method Summary | |
---|---|
String |
getAbstractSchemaName()
Get the abstractSchemaName. |
CMPFieldsMetaData |
getCmpFields()
Get the cmpFields. |
String |
getCmpVersion()
Get the cmpVersion. |
String |
getHome()
Get the home. |
String |
getLocal()
Get the local. |
String |
getLocalHome()
Get the localHome. |
PersistenceType |
getPersistenceType()
Get the persistenceType. |
String |
getPrimKeyClass()
Get the primKeyClass. |
String |
getPrimKeyField()
Get the primKeyField. |
QueriesMetaData |
getQueries()
Get the queries. |
String |
getRemote()
Get the remote. |
SecurityRoleRefsMetaData |
getSecurityRoleRefs()
Get the securityRoleRefs. |
boolean |
isBMP()
Is this bean managed persistence |
boolean |
isCMP()
Is this container managed persistence |
boolean |
isCMP1x()
Whether it is CMP1x |
boolean |
isEntity()
Whether this is an entity bean |
boolean |
isReentrant()
Get the reentrant. |
void |
setAbstractSchemaName(String abstractSchemaName)
Set the abstractSchemaName. |
void |
setCmpFields(CMPFieldsMetaData cmpFields)
Set the cmpFields. |
void |
setCmpVersion(String cmpVersion)
Set the cmpVersion. |
void |
setHome(String home)
Set the home. |
void |
setLocal(String local)
Set the local. |
void |
setLocalHome(String localHome)
Set the localHome. |
void |
setPersistenceType(PersistenceType persistenceType)
Set the persistenceType. |
void |
setPrimKeyClass(String primKeyClass)
Set the primKeyClass. |
void |
setPrimKeyField(String primKeyField)
Set the primKeyField. |
void |
setQueries(QueriesMetaData queries)
Set the queries. |
void |
setReentrant(boolean reentrant)
Set the reentrant. |
void |
setRemote(String remote)
Set the remote. |
void |
setSecurityRoleRefs(SecurityRoleRefsMetaData securityRoleRefs)
Set the securityRoleRefs. |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaDataWithDescriptionGroup |
---|
getDescriptionGroup, merge, setDescriptionGroup |
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData |
---|
equals, getKey, getName, hashCode, setName, toString |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, getId, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metadata.common.ejb.IEnterpriseBeanMetaData |
---|
getDescriptionGroup, getId, setDescriptionGroup |
Methods inherited from interface org.jboss.metadata.javaee.support.MappableMetaData |
---|
getKey |
Constructor Detail |
---|
public EntityBeanMetaData()
Method Detail |
---|
public boolean isEntity()
EnterpriseBeanMetaData
isEntity
in interface IEnterpriseBeanMetaData<AssemblyDescriptorMetaData,EnterpriseBeansMetaData,EnterpriseBeanMetaData,EjbJarMetaData>
isEntity
in class EnterpriseBeanMetaData
public String getHome()
public void setHome(String home)
home
- the home.
IllegalArgumentException
- for a null homepublic String getRemote()
public void setRemote(String remote)
remote
- the remote.
IllegalArgumentException
- for a null remotepublic String getLocalHome()
public void setLocalHome(String localHome)
localHome
- the localHome.
IllegalArgumentException
- for a null localHomepublic String getLocal()
public void setLocal(String local)
local
- the local.
IllegalArgumentException
- for a null localpublic boolean isCMP()
public boolean isBMP()
public PersistenceType getPersistenceType()
public void setPersistenceType(PersistenceType persistenceType)
persistenceType
- the persistenceType.
IllegalArgumentException
- for a null persistenceTypepublic String getPrimKeyClass()
public void setPrimKeyClass(String primKeyClass)
primKeyClass
- the primKeyClass.
IllegalArgumentException
- for a null primKeyClasspublic boolean isReentrant()
public void setReentrant(boolean reentrant)
reentrant
- the reentrant.public boolean isCMP1x()
public String getCmpVersion()
public void setCmpVersion(String cmpVersion)
cmpVersion
- the cmpVersion.
IllegalArgumentException
- for a null cmpVersionpublic String getAbstractSchemaName()
public void setAbstractSchemaName(String abstractSchemaName)
abstractSchemaName
- the abstractSchemaName.
IllegalArgumentException
- for a null abstractSchemaNamepublic String getPrimKeyField()
public void setPrimKeyField(String primKeyField)
primKeyField
- the primKeyField.
IllegalArgumentException
- for a null primKeyFieldpublic CMPFieldsMetaData getCmpFields()
public void setCmpFields(CMPFieldsMetaData cmpFields)
cmpFields
- the cmpFields.
IllegalArgumentException
- for a null cmpFieldspublic SecurityRoleRefsMetaData getSecurityRoleRefs()
public void setSecurityRoleRefs(SecurityRoleRefsMetaData securityRoleRefs)
securityRoleRefs
- the securityRoleRefs.
IllegalArgumentException
- for a null securityRoleRefspublic QueriesMetaData getQueries()
public void setQueries(QueriesMetaData queries)
queries
- the queries.
IllegalArgumentException
- for a null queries
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |