public class AssociationEntity extends Entity implements java.io.Serializable
Constructor and Description |
---|
AssociationEntity() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getForwardName()
Returns the value of field 'forwardName'.
|
java.lang.Boolean |
getIsNavigable()
Returns the value of field 'isNavigable'.
|
java.lang.Boolean |
getIsTransitive()
Returns the value of field 'isTransitive'.
|
java.lang.String |
getReverseName()
Returns the value of field 'reverseName'.
|
java.lang.Boolean |
isIsNavigable()
Returns the value of field 'isNavigable'.
|
java.lang.Boolean |
isIsTransitive()
Returns the value of field 'isTransitive'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setForwardName(java.lang.String forwardName)
Sets the value of field 'forwardName'.
|
void |
setIsNavigable(java.lang.Boolean isNavigable)
Sets the value of field 'isNavigable'.
|
void |
setIsTransitive(java.lang.Boolean isTransitive)
Sets the value of field 'isTransitive'.
|
void |
setReverseName(java.lang.String reverseName)
Sets the value of field 'reverseName'.
|
static AssociationEntity |
unmarshalAssociationEntity(java.io.Reader reader)
Method unmarshalAssociationEntity.
|
void |
validate() |
addAnyProperties, addAnyProperty, addComment, addComment, addDefinition, addDefinition, addEntityType, addEntityType, addPresentation, addPresentation, addProperty, addProperty, addPropertyLink, addPropertyLink, enumerateComment, enumerateDefinition, enumerateEntityType, enumeratePresentation, enumerateProperty, enumeratePropertyLink, getAllProperties, getComment, getComment, getCommentAsReference, getCommentCount, getDefinition, getDefinition, getDefinitionAsReference, getDefinitionCount, getEntityCode, getEntityCodeNamespace, getEntityType, getEntityType, getEntityTypeAsReference, getEntityTypeCount, getIsAnonymous, getIsDefined, getPresentation, getPresentation, getPresentationAsReference, getPresentationCount, getProperty, getProperty, getPropertyAsReference, getPropertyCount, getPropertyLink, getPropertyLink, getPropertyLinkAsReference, getPropertyLinkCount, isIsAnonymous, isIsDefined, iterateComment, iterateDefinition, iterateEntityType, iteratePresentation, iterateProperty, iteratePropertyLink, removeAllComment, removeAllDefinition, removeAllEntityType, removeAllPresentation, removeAllProperty, removeAllPropertyLink, removeComment, removeCommentAt, removeDefinition, removeDefinitionAt, removeEntityType, removeEntityTypeAt, removePresentation, removePresentationAt, removeProperty, removePropertyAt, removePropertyLink, removePropertyLinkAt, setComment, setComment, setComment, setCommentAsReference, setDefinition, setDefinition, setDefinition, setDefinitionAsReference, setEntityCode, setEntityCodeNamespace, setEntityType, setEntityType, setEntityType, setEntityTypeAsReference, setIsAnonymous, setIsDefined, setPresentation, setPresentation, setPresentation, setPresentationAsReference, setProperty, setProperty, setProperty, setPropertyAsReference, setPropertyLink, setPropertyLink, setPropertyLink, setPropertyLinkAsReference, unmarshalEntity
getEntityDescription, setEntityDescription, unmarshalVersionableAndDescribable
getEffectiveDate, getEntryState, getExpirationDate, getIsActive, getOwner, getStatus, isIsActive, setEffectiveDate, setEntryState, setExpirationDate, setIsActive, setOwner, setStatus, unmarshalVersionable
getParent, setParent
public java.lang.String getForwardName()
public java.lang.Boolean getIsNavigable()
public java.lang.Boolean getIsTransitive()
public java.lang.String getReverseName()
public java.lang.Boolean isIsNavigable()
public java.lang.Boolean isIsTransitive()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class Entity
handler
- java.io.IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setForwardName(java.lang.String forwardName)
forwardName
- the value of field 'forwardName'.public void setIsNavigable(java.lang.Boolean isNavigable)
isNavigable
- the value of field 'isNavigable'.public void setIsTransitive(java.lang.Boolean isTransitive)
isTransitive
- the value of field 'isTransitive'.public void setReverseName(java.lang.String reverseName)
reverseName
- the value of field 'reverseName'.public static AssociationEntity unmarshalAssociationEntity(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema