类 GenericParentId

java.lang.Object
xyz.raylab.support.domain.GenericParentId
所有已实现的接口:
Serializable

public abstract class GenericParentId extends Object implements Serializable
通用的父级id
另请参阅:
  • 构造器详细资料

    • GenericParentId

      public GenericParentId(String value)
  • 方法详细资料

    • getValue

      public String getValue()
    • isRoot

      public boolean isRoot()
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object
    • root

      public static <T extends GenericParentId> T root(Class<T> callerClass)
      构建根父级id
      类型参数:
      T - 调用类的泛型
      参数:
      callerClass - 调用的类
      返回:
      根父级id