org.n52.security.enforcement.artifact
Class SimpleTransferAttribute
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleTransferAttribute
public SimpleTransferAttribute(java.lang.String pName,
java.lang.Object pValue)
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.