|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.dts.client.classifier.ClassifyDetail
public class ClassifyDetail
The classification monitor data; This includes, whether classification should be done and last classification time stamp.
Copyright: Copyright (c) 2004
Company: Apelon, Inc.
Constructor Summary | |
---|---|
ClassifyDetail(boolean classifyRequired,
Date classifiedLastAt)
Creates the ClassifyDetail entry. |
Method Summary | |
---|---|
Date |
getClassifiedLastAt()
Date when classification was done last time. |
boolean |
isClassifyRequired()
Whether classification is required or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassifyDetail(boolean classifyRequired, Date classifiedLastAt)
classifyRequired
- true or falseclassifiedLastAt
- A valid dateMethod Detail |
---|
public boolean isClassifyRequired()
public Date getClassifiedLastAt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |