Class RelationType

java.lang.Object
com.openkm.sdk4j.bean.RelationType
All Implemented Interfaces:
Serializable

public class RelationType extends Object implements Serializable
Created by Carolina on 17/06/2014.
See Also:
  • Field Details

  • Constructor Details

    • RelationType

      public RelationType()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getTitleAToB

      public String getTitleAToB()
    • setTitleAToB

      public void setTitleAToB(String titleAToB)
    • getTitleBToA

      public String getTitleBToA()
    • setTitleBToA

      public void setTitleBToA(String titleBToA)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class Object