类 Relation


  • public class Relation
    extends Object
    Relation
    • 构造器详细资料

      • Relation

        public Relation()
    • 方法详细资料

      • getRelationId

        public String getRelationId()
        Get the relation Id
        返回:
        The relation Id
      • setRelationId

        public void setRelationId​(String relationId)
        Set the relation Id
        参数:
        relationId - The relation Id
      • getSid

        public String getSid()
        Get the Sid
        返回:
        The Sid
      • setSid

        public void setSid​(String sid)
        Set the Sid
        参数:
        sid - The Sid
      • getSource

        public String getSource()
        Get the source
        返回:
        The source
      • setSource

        public void setSource​(String source)
        Set the source
        参数:
        source - The source
      • getTarget

        public String getTarget()
        Get the target
        返回:
        The target
      • setTarget

        public void setTarget​(String target)
        Set the target
        参数:
        target - The target