Package com.openkm.sdk4j.bean
Class RelationType
java.lang.Object
com.openkm.sdk4j.bean.RelationType
- All Implemented Interfaces:
Serializable
Created by Carolina on 17/06/2014.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getTitle()getType()voidsetId(long id) voidvoidsetTitleAToB(String titleAToB) voidsetTitleBToA(String titleBToA) voidtoString()
-
Field Details
-
BIDIRECTIONAL
- See Also:
-
PARENT_CHILD
- See Also:
-
MANY_TO_MANY
- See Also:
-
-
Constructor Details
-
RelationType
public RelationType()
-
-
Method Details