public class StoryboardDescriptor
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StoryboardDescriptor() |
StoryboardDescriptor(java.lang.String displayName,
java.lang.String uuid,
java.lang.Boolean favourite,
java.lang.String description,
java.lang.Integer thumbnailId,
int ipOrg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Return the description of the storyboard
|
java.lang.String |
getDisplayName()
Return the display name of the storyboard
|
java.lang.Boolean |
getFavourite()
Is the storyboard marked as a favourite storyboard?
|
java.lang.Integer |
getImageId()
Return the thumbnail image id
|
int |
getIpOrg() |
java.lang.String |
getUuid()
Return the UUID of the storyboard
|
public StoryboardDescriptor()
public StoryboardDescriptor(java.lang.String displayName,
java.lang.String uuid,
java.lang.Boolean favourite,
java.lang.String description,
java.lang.Integer thumbnailId,
int ipOrg)
public java.lang.String getDisplayName()
public java.lang.String getUuid()
public java.lang.Boolean getFavourite()
public java.lang.String getDescription()
public java.lang.Integer getImageId()
public int getIpOrg()