public class Transition
extends java.lang.Object
| Constructor and Description |
|---|
Transition()
Instantiates a new transition.
|
| Modifier and Type | Method and Description |
|---|---|
TransitionTarget |
getTarget()
Gets the Period or TransitionsGroup that is the target of the time zone transition.
|
java.lang.String |
getTargetDescription()
Gets description of the target of the time zone transition.
|
void |
setTarget(TransitionTarget target)
Sets the Period or TransitionsGroup that is the target of the time zone transition.
|
void |
setTargetDescription(java.lang.String targetDescription)
Sets description of the target of the time zone transition.
|
java.lang.String |
toString()
Converts the value of the current Transition object to its equivalent string representation.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic TransitionTarget getTarget()
public void setTarget(TransitionTarget target)
target - the new targetpublic java.lang.String getTargetDescription()
public void setTargetDescription(java.lang.String targetDescription)
targetDescription - the new target description