org.n52.security.enforcement.artifact
Class SimpleTransferAttribute

java.lang.Object
  extended by org.n52.security.enforcement.artifact.SimpleTransferAttribute
All Implemented Interfaces:
TransferAttribute

public class SimpleTransferAttribute
extends java.lang.Object
implements TransferAttribute

Simple transfer attribute that holds an object instance identified by a string.

Author:
JanDrewnak

Field Summary
 
Fields inherited from interface org.n52.security.enforcement.artifact.TransferAttribute
LICENSE_REFERENCE, PATHINFO_ATTR, QUERY_STRING_ATTR, REQUEST_IP_ATTR, SERVICE_BASE_URL
 
Constructor Summary
SimpleTransferAttribute(java.lang.String pName, java.lang.Object pValue)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleTransferAttribute

public SimpleTransferAttribute(java.lang.String pName,
                               java.lang.Object pValue)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface TransferAttribute

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface TransferAttribute

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2009 52north.org. All Rights Reserved.