ca.macewan.ims.enterprise
Class Relationship
java.lang.Object
ca.macewan.ims.enterprise.Relationship
- public class Relationship
- extends Object
Represents a "relationshsip" element.
- Version:
- 0.1
- Author:
- Erwin Veugelers
- See Also:
- IMS Enterprise Specification
RELATION_PARENT
public static final String RELATION_PARENT
- See Also:
- Constant Field Values
RELATION_CHILD
public static final String RELATION_CHILD
- See Also:
- Constant Field Values
RELATION_KNOWNAS
public static final String RELATION_KNOWNAS
- See Also:
- Constant Field Values
RELATION_ENUM
public static final String[] RELATION_ENUM
Relationship
public Relationship()
Relationship
public Relationship(SourcedID id,
String l)
setRelation
public void setRelation(String rel)
getRelation
public String getRelation()
setSourcedID
public void setSourcedID(SourcedID id)
getSourcedID
public SourcedID getSourcedID()
setLabel
public void setLabel(String l)
getLabel
public String getLabel()
validate
public void validate()
throws IMSEnterpriseException
- Throws:
IMSEnterpriseException