com.apelon.dts.client.classifier
Class ClassifyDetail

java.lang.Object
  extended by com.apelon.dts.client.classifier.ClassifyDetail

public class ClassifyDetail
extends Object

The classification monitor data; This includes, whether classification should be done and last classification time stamp.

Copyright: Copyright (c) 2004

Company: Apelon, Inc.

Since:
3.3.0
Version:
DTS 3.3.0
Author:
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

ClassifyDetail

public ClassifyDetail(boolean classifyRequired,
                      Date classifiedLastAt)
Creates the ClassifyDetail entry.

Parameters:
classifyRequired - true or false
classifiedLastAt - A valid date
Method Detail

isClassifyRequired

public boolean isClassifyRequired()
Whether classification is required or not.

Returns:
true if classification required, else null

getClassifiedLastAt

public Date getClassifiedLastAt()
Date when classification was done last time.

Returns:
Date


Copyright © 2011. All Rights Reserved.