|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.EjbRelationshipRole
public class EjbRelationshipRole
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jboss.org}ejb-relationship-role-name"/>
<element ref="{http://jboss.org}fk-constraint" minOccurs="0"/>
<element ref="{http://jboss.org}key-fields" minOccurs="0"/>
<element ref="{http://jboss.org}read-ahead" minOccurs="0"/>
<element ref="{http://jboss.org}batch-cascade-delete" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BatchCascadeDelete |
batchCascadeDelete
|
protected EjbRelationshipRoleName |
ejbRelationshipRoleName
|
protected FkConstraint |
fkConstraint
|
protected KeyFields |
keyFields
|
protected ReadAhead |
readAhead
|
| Constructor Summary | |
|---|---|
EjbRelationshipRole()
|
|
| Method Summary | |
|---|---|
BatchCascadeDelete |
getBatchCascadeDelete()
Gets the value of the batchCascadeDelete property. |
EjbRelationshipRoleName |
getEjbRelationshipRoleName()
Gets the value of the ejbRelationshipRoleName property. |
FkConstraint |
getFkConstraint()
Gets the value of the fkConstraint property. |
KeyFields |
getKeyFields()
Gets the value of the keyFields property. |
ReadAhead |
getReadAhead()
Gets the value of the readAhead property. |
void |
setBatchCascadeDelete(BatchCascadeDelete value)
Sets the value of the batchCascadeDelete property. |
void |
setEjbRelationshipRoleName(EjbRelationshipRoleName value)
Sets the value of the ejbRelationshipRoleName property. |
void |
setFkConstraint(FkConstraint value)
Sets the value of the fkConstraint property. |
void |
setKeyFields(KeyFields value)
Sets the value of the keyFields property. |
void |
setReadAhead(ReadAhead value)
Sets the value of the readAhead property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EjbRelationshipRoleName ejbRelationshipRoleName
protected FkConstraint fkConstraint
protected KeyFields keyFields
protected ReadAhead readAhead
protected BatchCascadeDelete batchCascadeDelete
| Constructor Detail |
|---|
public EjbRelationshipRole()
| Method Detail |
|---|
public EjbRelationshipRoleName getEjbRelationshipRoleName()
EjbRelationshipRoleNamepublic void setEjbRelationshipRoleName(EjbRelationshipRoleName value)
value - allowed object is
EjbRelationshipRoleNamepublic FkConstraint getFkConstraint()
FkConstraintpublic void setFkConstraint(FkConstraint value)
value - allowed object is
FkConstraintpublic KeyFields getKeyFields()
KeyFieldspublic void setKeyFields(KeyFields value)
value - allowed object is
KeyFieldspublic ReadAhead getReadAhead()
ReadAheadpublic void setReadAhead(ReadAhead value)
value - allowed object is
ReadAheadpublic BatchCascadeDelete getBatchCascadeDelete()
BatchCascadeDeletepublic void setBatchCascadeDelete(BatchCascadeDelete value)
value - allowed object is
BatchCascadeDelete
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||