org.sapia.archie.impl
Class Offer
java.lang.Object
org.sapia.archie.impl.Offer
- All Implemented Interfaces:
- java.io.Serializable
public class Offer
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Yanick Duchesne
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
- See Also:
- Serialized Form
|
Constructor Summary |
Offer(java.util.Properties attributes,
java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Offer
public Offer(java.util.Properties attributes,
java.lang.Object obj)
getAttributes
public java.util.Properties getAttributes()
getId
public java.lang.String getId()
getLastSelectTime
public long getLastSelectTime()
getSelectCount
public long getSelectCount()
matches
public boolean matches(java.util.Properties props)
getObject
public java.lang.Object getObject()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010 Sapia OSS. All Rights Reserved.