class ProjectDto extends Serializable
- Annotations
- @Generated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectDto
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProjectDto(id: String, name: String, description: String, creator: String, creatorId: String, createdAt: ZonedDateTime, owner: String, ownerId: String, projectMembers: List[ProjectMemberDto], projectRoles: List[ProjectRoleDto], projectMemberCount: Integer)
- new ProjectDto()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getCreatedAt(): ZonedDateTime
创建时间
-
def
getCreator(): String
创建者
-
def
getCreatorId(): String
创建者id
-
def
getDescription(): String
项目描述信息
-
def
getId(): String
项目id
-
def
getName(): String
项目名称
-
def
getOwner(): String
项目拥有者
-
def
getOwnerId(): String
项目拥有者id
-
def
getProjectMemberCount(): Integer
项目成员数量
-
def
getProjectMembers(): List[ProjectMemberDto]
项目成员列表
-
def
getProjectRoles(): List[ProjectRoleDto]
项目角色列表
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
setCreatedAt(createdAt: ZonedDateTime): Unit
创建时间
-
def
setCreator(creator: String): Unit
创建者
-
def
setCreatorId(creatorId: String): Unit
创建者id
-
def
setDescription(description: String): Unit
项目描述信息
-
def
setId(id: String): Unit
项目id
-
def
setName(name: String): Unit
项目名称
-
def
setOwner(owner: String): Unit
项目拥有者
-
def
setOwnerId(ownerId: String): Unit
项目拥有者id
-
def
setProjectMemberCount(projectMemberCount: Integer): Unit
项目成员数量
-
def
setProjectMembers(projectMembers: List[ProjectMemberDto]): Unit
项目成员列表
-
def
setProjectRoles(projectRoles: List[ProjectRoleDto]): Unit
项目角色列表
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ProjectDto → AnyRef → Any
- Annotations
- @Override()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated