public class PeriodGroupReference extends java.lang.Object implements Scheduleable
Constructor and Description |
---|
PeriodGroupReference(java.lang.String name)
Creates an PeriodGroupReference with the specified name.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a copy of this PeriodGroupReference.
|
boolean |
equals(java.lang.Object o)
Compares the specified object with this PeriodGroupReference.
|
java.lang.String |
getName()
Returns the name the PeriodGroup of this PeriodGroupReference is referenced to.
|
boolean |
inSchedule(java.util.GregorianCalendar gc)
Check to see if this PeriodGroupReference is in schedule based on passed GregorianCalendar.
|
void |
setName(java.lang.String name)
Sets the name the PeriodGroup of this PeriodGroupReference is referenced to.
|
java.lang.String |
toString(int iType)
Returns a string reprensentation of this PeriodGroupReference.
|
public PeriodGroupReference(java.lang.String name)
public void setName(java.lang.String name)
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- Object to compare.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public java.lang.String toString(int iType)
public boolean inSchedule(java.util.GregorianCalendar gc)
inSchedule
in interface Scheduleable
gc
- GregorianCalendar for checking if this PeriodGroupReference is in schedule.Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.