Class ActivityTypeInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Detailed information about an activity type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ActivityType type structure representing the activity type.The date and time this activity type was created through RegisterActivityType.If DEPRECATED, the date and time DeprecateActivityType was called.The description of the activity type provided in RegisterActivityType.The current status of the activity type.int
hashCode()
void
setActivityType
(ActivityType activityType) The ActivityType type structure representing the activity type.void
setCreationDate
(Date creationDate) The date and time this activity type was created through RegisterActivityType.void
setDeprecationDate
(Date deprecationDate) If DEPRECATED, the date and time DeprecateActivityType was called.void
setDescription
(String description) The description of the activity type provided in RegisterActivityType.void
setStatus
(RegistrationStatus status) The current status of the activity type.void
The current status of the activity type.toString()
Returns a string representation of this object; useful for testing and debugging.withActivityType
(ActivityType activityType) The ActivityType type structure representing the activity type.withCreationDate
(Date creationDate) The date and time this activity type was created through RegisterActivityType.withDeprecationDate
(Date deprecationDate) If DEPRECATED, the date and time DeprecateActivityType was called.withDescription
(String description) The description of the activity type provided in RegisterActivityType.withStatus
(RegistrationStatus status) The current status of the activity type.withStatus
(String status) The current status of the activity type.
-
Constructor Details
-
ActivityTypeInfo
public ActivityTypeInfo()
-
-
Method Details
-
setActivityType
The ActivityType type structure representing the activity type.
- Parameters:
activityType
- The ActivityType type structure representing the activity type.
-
getActivityType
The ActivityType type structure representing the activity type.
- Returns:
- The ActivityType type structure representing the activity type.
-
withActivityType
The ActivityType type structure representing the activity type.
- Parameters:
activityType
- The ActivityType type structure representing the activity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The current status of the activity type.
- Parameters:
status
- The current status of the activity type.- See Also:
-
getStatus
The current status of the activity type.
- Returns:
- The current status of the activity type.
- See Also:
-
withStatus
The current status of the activity type.
- Parameters:
status
- The current status of the activity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The current status of the activity type.
- Parameters:
status
- The current status of the activity type.- See Also:
-
withStatus
The current status of the activity type.
- Parameters:
status
- The current status of the activity type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDescription
The description of the activity type provided in RegisterActivityType.
- Parameters:
description
- The description of the activity type provided in RegisterActivityType.
-
getDescription
The description of the activity type provided in RegisterActivityType.
- Returns:
- The description of the activity type provided in RegisterActivityType.
-
withDescription
The description of the activity type provided in RegisterActivityType.
- Parameters:
description
- The description of the activity type provided in RegisterActivityType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
The date and time this activity type was created through RegisterActivityType.
- Parameters:
creationDate
- The date and time this activity type was created through RegisterActivityType.
-
getCreationDate
The date and time this activity type was created through RegisterActivityType.
- Returns:
- The date and time this activity type was created through RegisterActivityType.
-
withCreationDate
The date and time this activity type was created through RegisterActivityType.
- Parameters:
creationDate
- The date and time this activity type was created through RegisterActivityType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeprecationDate
If DEPRECATED, the date and time DeprecateActivityType was called.
- Parameters:
deprecationDate
- If DEPRECATED, the date and time DeprecateActivityType was called.
-
getDeprecationDate
If DEPRECATED, the date and time DeprecateActivityType was called.
- Returns:
- If DEPRECATED, the date and time DeprecateActivityType was called.
-
withDeprecationDate
If DEPRECATED, the date and time DeprecateActivityType was called.
- Parameters:
deprecationDate
- If DEPRECATED, the date and time DeprecateActivityType was called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-