Class Relation

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

public class Relation extends Object implements Serializable
See Also:
  • Constructor Details

    • Relation

      public Relation()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • getRelationTitle

      public String getRelationTitle()
    • setRelationTitle

      public void setRelationTitle(String relationTitle)
    • getNode

      public String getNode()
    • setNode

      public void setNode(String node)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getRelationType

      public String getRelationType()
    • setRelationType

      public void setRelationType(String relationType)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class Object