org.n52.security.common.artifact
Class SimpleTransferAttribute

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

public class SimpleTransferAttribute
extends Object
implements TransferAttribute

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


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

Constructor Detail

SimpleTransferAttribute

public SimpleTransferAttribute(String pName,
                               Object pValue)
Method Detail

getName

public String getName()
Specified by:
getName in interface TransferAttribute

getValue

public Object getValue()
Specified by:
getValue in interface TransferAttribute

toString

public String toString()
Overrides:
toString in class Object


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