| Constructor and Description |
|---|
ActionLinkGroupTemplate()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ActionLinkTemplate[] |
getActionLinkTemplates() |
PlatformActionGroupCategory |
getCategory() |
ActionLinkExecutionsAllowed |
getExecutionsAllowed() |
int |
getHoursUntilExpiration() |
boolean |
getIsPublished() |
String |
getName() |
boolean |
isIsPublished() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setActionLinkTemplates(ActionLinkTemplate[] actionLinkTemplates) |
void |
setCategory(PlatformActionGroupCategory category) |
void |
setExecutionsAllowed(ActionLinkExecutionsAllowed executionsAllowed) |
void |
setHoursUntilExpiration(int hoursUntilExpiration) |
void |
setIsPublished(boolean isPublished) |
void |
setName(String name) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic ActionLinkTemplate[] getActionLinkTemplates()
public void setActionLinkTemplates(ActionLinkTemplate[] actionLinkTemplates)
public PlatformActionGroupCategory getCategory()
public void setCategory(PlatformActionGroupCategory category)
public ActionLinkExecutionsAllowed getExecutionsAllowed()
public void setExecutionsAllowed(ActionLinkExecutionsAllowed executionsAllowed)
public int getHoursUntilExpiration()
public void setHoursUntilExpiration(int hoursUntilExpiration)
public boolean getIsPublished()
public boolean isIsPublished()
public void setIsPublished(boolean isPublished)
public String getName()
public void setName(String name)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.