public class ActivityTypeDetail
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Detailed information about an activity type.
Modifier and Type | Field and Description |
---|---|
private ActivityTypeConfiguration |
configuration
The configuration settings registered with the activity type.
|
private ActivityTypeInfo |
typeInfo
General information about the activity type.
|
Constructor and Description |
---|
ActivityTypeDetail() |
Modifier and Type | Method and Description |
---|---|
ActivityTypeDetail |
clone() |
boolean |
equals(java.lang.Object obj) |
ActivityTypeConfiguration |
getConfiguration()
The configuration settings registered with the activity type.
|
ActivityTypeInfo |
getTypeInfo()
General information about the activity type.
|
int |
hashCode() |
void |
setConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
void |
setTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivityTypeDetail |
withConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
|
ActivityTypeDetail |
withTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
|
private ActivityTypeInfo typeInfo
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
private ActivityTypeConfiguration configuration
The configuration settings registered with the activity type.
public void setTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
typeInfo
- General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
public ActivityTypeInfo getTypeInfo()
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
public ActivityTypeDetail withTypeInfo(ActivityTypeInfo typeInfo)
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
typeInfo
- General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
public void setConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
configuration
- The configuration settings registered with the activity type.public ActivityTypeConfiguration getConfiguration()
The configuration settings registered with the activity type.
public ActivityTypeDetail withConfiguration(ActivityTypeConfiguration configuration)
The configuration settings registered with the activity type.
configuration
- The configuration settings registered with the activity type.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ActivityTypeDetail clone()
clone
in class java.lang.Object