com.centrasite.control.registry.commands
Class AddAssociationCommand.AssociationInfo

java.lang.Object
  extended by com.centrasite.control.registry.commands.AddAssociationCommand.AssociationInfo
Enclosing class:
AddAssociationCommand

public static class AddAssociationCommand.AssociationInfo
extends java.lang.Object


Field Summary
static java.lang.String INCOMING_ASSOCIATION
           
static java.lang.String OUTGOING_ASSOCIATION
           
 
Constructor Summary
AddAssociationCommand.AssociationInfo(javax.xml.registry.infomodel.Concept associationType, java.lang.String direction, java.util.Collection<javax.xml.registry.infomodel.Concept> relatedObjectTypes)
           
AddAssociationCommand.AssociationInfo(javax.xml.registry.infomodel.Concept associationType, java.lang.String direction, java.util.Collection<javax.xml.registry.infomodel.Concept> relatedObjectTypes, boolean singleSelectMode)
           
 
Method Summary
 javax.xml.registry.infomodel.Concept getAssociationType()
           
 java.lang.String getDirection()
           
 java.util.Collection<javax.xml.registry.infomodel.Concept> getRelatedObjectTypes()
           
 boolean getSingleSelectMode()
           
 boolean isRelationAttributeMultiValue()
           
 void setAssociationType(javax.xml.registry.infomodel.Concept associationType)
           
 void setDirection(java.lang.String direction)
           
 void setRelatedObjectTypes(java.util.Collection<javax.xml.registry.infomodel.Concept> relatedObjectTypes)
           
 void setRelationAttributeMultiValue(boolean isRelationAttributeMultiValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCOMING_ASSOCIATION

public static final java.lang.String INCOMING_ASSOCIATION
See Also:
Constant Field Values

OUTGOING_ASSOCIATION

public static final java.lang.String OUTGOING_ASSOCIATION
See Also:
Constant Field Values
Constructor Detail

AddAssociationCommand.AssociationInfo

public AddAssociationCommand.AssociationInfo(javax.xml.registry.infomodel.Concept associationType,
                                             java.lang.String direction,
                                             java.util.Collection<javax.xml.registry.infomodel.Concept> relatedObjectTypes)

AddAssociationCommand.AssociationInfo

public AddAssociationCommand.AssociationInfo(javax.xml.registry.infomodel.Concept associationType,
                                             java.lang.String direction,
                                             java.util.Collection<javax.xml.registry.infomodel.Concept> relatedObjectTypes,
                                             boolean singleSelectMode)
Method Detail

getRelatedObjectTypes

public java.util.Collection<javax.xml.registry.infomodel.Concept> getRelatedObjectTypes()

setRelatedObjectTypes

public void setRelatedObjectTypes(java.util.Collection<javax.xml.registry.infomodel.Concept> relatedObjectTypes)

isRelationAttributeMultiValue

public boolean isRelationAttributeMultiValue()

setRelationAttributeMultiValue

public void setRelationAttributeMultiValue(boolean isRelationAttributeMultiValue)

getAssociationType

public javax.xml.registry.infomodel.Concept getAssociationType()
Returns:
the associationType

getSingleSelectMode

public boolean getSingleSelectMode()
Returns:
the selection modus at UI

setAssociationType

public void setAssociationType(javax.xml.registry.infomodel.Concept associationType)
Parameters:
associationType - the associationType to set

getDirection

public java.lang.String getDirection()
Returns:
the direction

setDirection

public void setDirection(java.lang.String direction)
Parameters:
direction - the direction to set