ogre.dms.data
Class ExpiryDocSearchItem

java.lang.Object
  extended by ogre.dms.data.ExpiryDocSearchItem
All Implemented Interfaces:
Serializable

public class ExpiryDocSearchItem
extends Object
implements Serializable

Search item object for expiry document searching.
Searching the expiry document by given query criteria.

Since:
V3.0
Version:
$Id: ExpiryDocSearchItem.java,v 1.1.2.1 2009/10/28 04:57:38 esso Exp $
Author:
Docpedia team.
See Also:
Serialized Form

Field Summary
static String DEPT_TYPE_AUTHOR_DEPT
           
static String DEPT_TYPE_KEEPER_DEPT
           
static String MEMBER_TYPE_AUTHOR
           
static String MEMBER_TYPE_KEEPER
           
 
Constructor Summary
ExpiryDocSearchItem()
           
 
Method Summary
 String[] getAttrTypeID()
           
 String getDeptID()
           
 String getDeptType()
           
 long getEndTime()
           
 String getMemberID()
           
 String getMemberType()
           
 long getStartTime()
           
 void setAttrTypeID(String[] attrTypeID)
           
 void setDeptID(String deptID)
           
 void setDeptType(String deptType)
           
 void setEndTime(long endTime)
           
 void setMemberID(String memberID)
           
 void setMemberType(String memberType)
           
 void setStartTime(long startTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEMBER_TYPE_AUTHOR

public static String MEMBER_TYPE_AUTHOR

MEMBER_TYPE_KEEPER

public static String MEMBER_TYPE_KEEPER

DEPT_TYPE_AUTHOR_DEPT

public static String DEPT_TYPE_AUTHOR_DEPT

DEPT_TYPE_KEEPER_DEPT

public static String DEPT_TYPE_KEEPER_DEPT
Constructor Detail

ExpiryDocSearchItem

public ExpiryDocSearchItem()
Method Detail

getAttrTypeID

public String[] getAttrTypeID()
Returns:
the attrTypeID

setAttrTypeID

public void setAttrTypeID(String[] attrTypeID)
Parameters:
attrTypeID - the attrTypeID to set

getDeptType

public String getDeptType()
Returns:
the deptType

setDeptType

public void setDeptType(String deptType)
Parameters:
deptType - the deptType to set

getEndTime

public long getEndTime()
Returns:
the endTime

setEndTime

public void setEndTime(long endTime)
Parameters:
endTime - the endTime to set

getMemberType

public String getMemberType()
Returns:
the memberType

setMemberType

public void setMemberType(String memberType)
Parameters:
memberType - the memberType to set

getStartTime

public long getStartTime()
Returns:
the startTime

setStartTime

public void setStartTime(long startTime)
Parameters:
startTime - the startTime to set

getMemberID

public String getMemberID()
Returns:
the memberID

setMemberID

public void setMemberID(String memberID)
Parameters:
memberID - the memberID to set

getDeptID

public String getDeptID()
Returns:
the deptID

setDeptID

public void setDeptID(String deptID)
Parameters:
deptID - the deptID to set


Copyright(c) 2005-2012 by Flowring Technology Corp., 12 F., No 120, Sec 2, Gongdao 5th Rd., Hsin-Chu City 300, Taiwan(R.O.C.) All rights reserved.