org.n52.security.common.attributes
Class DateAttributeValue

java.lang.Object
  extended by org.n52.security.common.attributes.AttributeValueAdapter
      extended by org.n52.security.common.attributes.DateAttributeValue
All Implemented Interfaces:
Serializable, AttributeValue

public class DateAttributeValue
extends AttributeValueAdapter

Author:
Marko Reiprecht
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.n52.security.common.attributes.AttributeValueAdapter
m_wrappedObject
 
Fields inherited from interface org.n52.security.common.attributes.AttributeValue
EMPTY_VALUE
 
Constructor Summary
DateAttributeValue(Date wrappedObject)
           
 
Method Summary
 Date getValue()
           
 
Methods inherited from class org.n52.security.common.attributes.AttributeValueAdapter
equals, getTypeName, getUnspecifiedValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateAttributeValue

public DateAttributeValue(Date wrappedObject)
                   throws NullPointerException
Throws:
NullPointerException
Method Detail

getValue

public Date getValue()


Copyright © 2004–2013 52north.org. All rights reserved.