Class Application
java.lang.Object
co.yellowdog.platform.model.Application
- All Implemented Interfaces:
Identified,Named,Serializable
Represents a user application within the YellowDog Platform.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Application.Builderbuilder()protected booleanbooleanList<@NotNull @Valid AccessDelegate> getId()Returns the IDgetName()Returns the nameinthashCode()voidsetAccessDelegates(List<@NotNull @Valid AccessDelegate> accessDelegates) voidsetCreatedByUserId(String createdByUserId) voidsetDescription(String description) voidvoidtoString()
-
Method Details
-
builder
-
getId
Description copied from interface:IdentifiedReturns the ID- Specified by:
getIdin interfaceIdentified- Returns:
- the ID
-
getName
-
getDescription
-
getCreatedByUserId
-
getAccessDelegates
-
setId
-
setName
-
setDescription
-
setCreatedByUserId
-
setAccessDelegates
-
equals
-
canEqual
-
hashCode
-
toString
-