public class DirectAssociation extends Association implements Serializable, Cloneable
DirectAssociation class represents a type of association which encapsulates each
mapping for fields involved in a primarykey - foreign key relationship. The datatypes and
properties for the fields in the mapping should match.| Constructor and Description |
|---|
DirectAssociation() |
| Modifier and Type | Method and Description |
|---|---|
DirectAssociation |
clone()
Makes a deep copy of the object.
|
boolean |
equals(Object obj) |
int |
getAssociationType()
Returns the association type.
|
Set<PKFKMapping> |
getPkfkMappingSet() |
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setPkfkMappingSet(Set<PKFKMapping> pkfkMappingSet) |
String |
toString()
Returns a string description of the object.
|
clear, getCardinality, getDescription, getEnforcement, getKey, getPrimaryFormName, getPrimaryFormQualification, getProperties, getSecondaryFormName, getSecondaryFormQualification, isEnable, setCardinality, setDescription, setEnable, setEnforcement, setKey, setPrimaryFormName, setPrimaryFormQualification, setProperties, setSecondaryFormName, setSecondaryFormQualificationappendDiaryText, getChangeFlags, getDiary, getHelpText, getLastChangedBy, getLastUpdateTime, getName, getNewName, getOwner, getPermissions, setChangeFlags, setDiary, setDiary, setHelpText, setLastChangedBy, setName, setNewName, setOwner, setPermissionspublic void setPkfkMappingSet(Set<PKFKMapping> pkfkMappingSet)
public Set<PKFKMapping> getPkfkMappingSet()
public int hashCode()
ObjectBasehashCode in class Associationpublic boolean equals(Object obj)
equals in class Associationpublic String toString()
toString in class Associationpublic int getAssociationType()
Association
getAssociationType in class Associationpublic DirectAssociation clone() throws CloneNotSupportedException
ObjectBaseclone in class ObjectBaseCloneNotSupportedException? Copyright 2013 BMC Software, Inc.