nl.surfnet.coin.janus.domain
Class ARP

java.lang.Object
  extended by nl.surfnet.coin.janus.domain.ARP
All Implemented Interfaces:
Serializable

public class ARP
extends Object
implements Serializable

Attribute Release Policy

See Also:
Serialized Form

Constructor Summary
ARP()
           
 
Method Summary
static ARP fromRestResponse(Map response)
           
 Map<String,List<Object>> getAttributes()
           
 String getDescription()
           
 String getName()
           
 boolean isNoArp()
           
 boolean isNoAttrArp()
           
 void setAttributes(Map<String,List<Object>> attributes)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setNoArp(boolean noArp)
           
 void setNoAttrArp(boolean noAttrArp)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ARP

public ARP()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAttributes

public Map<String,List<Object>> getAttributes()

setAttributes

public void setAttributes(Map<String,List<Object>> attributes)

fromRestResponse

public static ARP fromRestResponse(Map response)

toString

public String toString()
Overrides:
toString in class Object

isNoArp

public boolean isNoArp()

isNoAttrArp

public boolean isNoAttrArp()

setNoArp

public void setNoArp(boolean noArp)

setNoAttrArp

public void setNoAttrArp(boolean noAttrArp)


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.