org.orange.kicsa.business.skill
Interface RelationshipType

All Known Implementing Classes:
RelationshipTypeImpl

public interface RelationshipType
extends Editable


Method Summary
 StringgetName()
           
 booleanisParent()
           
 voidsetName(String name)
           
 voidsetParent(boolean parent)
           

Methods inherited from interface org.orange.kicsa.business.Editable
isDeleted, isDirty, isNew, isSync, setDeleted, setDirty, setNew, setSync

Method Detail

getName

public String getName()

isParent

public boolean isParent()

setName

public void setName(String name)

setParent

public void setParent(boolean parent)

Dependency Links

to Class org.orange.kicsa.business.Editable

to Class java.lang.String

to Class Diagram org.orange.kicsa.business

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>