Class PhaseInfo
- java.lang.Object
-
- org.primefaces.component.lifecycle.PhaseInfo
-
- All Implemented Interfaces:
Serializable
public class PhaseInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PhaseInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDuration()
long
getEnd()
int
getPhase()
long
getStart()
void
setDuration(long duration)
void
setEnd(long end)
void
setPhase(int phase)
void
setStart(long start)
-
-
-
Method Detail
-
getPhase
public int getPhase()
-
setPhase
public void setPhase(int phase)
-
getStart
public long getStart()
-
setStart
public void setStart(long start)
-
getEnd
public long getEnd()
-
setEnd
public void setEnd(long end)
-
getDuration
public long getDuration()
-
setDuration
public void setDuration(long duration)
-
-