类 Group


public class Group extends Attributes<Object>
分组对象
作者:
mxd
  • 字段详细资料

    • id

      private String id
    • name

      private String name
    • type

      private String type
    • parentId

      private String parentId
    • path

      private String path
    • createTime

      private Long createTime
    • updateTime

      private Long updateTime
    • createBy

      private String createBy
    • updateBy

      private String updateBy
    • paths

      private List<Path> paths
      路径变量
    • options

      private List<BaseDefinition> options
      分组选项
  • 构造器详细资料

    • Group

      public Group(String id, String name)
    • Group

      public Group()
  • 方法详细资料

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getPaths

      public List<Path> getPaths()
    • setPaths

      public void setPaths(List<Path> paths)
    • getOptions

      public List<BaseDefinition> getOptions()
    • setOptions

      public void setOptions(List<BaseDefinition> options)
    • copy

      public Group copy()
    • getCreateTime

      public Long getCreateTime()
    • setCreateTime

      public void setCreateTime(Long createTime)
    • getUpdateTime

      public Long getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(Long updateTime)
    • getCreateBy

      public String getCreateBy()
    • setCreateBy

      public void setCreateBy(String createBy)
    • getUpdateBy

      public String getUpdateBy()
    • setUpdateBy

      public void setUpdateBy(String updateBy)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object