|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.services.actions.calendar.GetCalendarReferences
public class GetCalendarReferences
Returns the Calendar references that identify the Base and Overlay Calendars to be applied for deadline calculations involving the given model-entity.
©2012 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
GetCalendarReferences(int modelVersion,
java.lang.String entityType,
java.lang.String guid)
Returns the Calendar references that identify the Base and Overlay Calendars to be applied for deadline calculations involving the given model-entity. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEntityType()
Gets the entity type. |
java.lang.String |
getGuid()
Gets the GUID. |
int |
getModelVersion()
Gets the model version. |
void |
setEntityType(java.lang.String entityType)
Sets the entity type. |
void |
setGuid(java.lang.String guid)
Sets the GUID. |
void |
setModelVersion(int modelVersion)
Sets the model version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetCalendarReferences(int modelVersion,
java.lang.String entityType,
java.lang.String guid)
modelVersion - the major model version of the org-model entity whose Calendar
references are to be returned.entityType - the type of org-model entity whose Calendar references are to
be returned.guid - the GUID of the org-model entity whose Calendar references are
to be returned.| Method Detail |
|---|
public int getModelVersion()
public void setModelVersion(int modelVersion)
modelVersion - public java.lang.String getEntityType()
public void setEntityType(java.lang.String entityType)
entityType - public java.lang.String getGuid()
public void setGuid(java.lang.String guid)
guid -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||