nl.surfnet.coin.janus.domain
Class ARP

java.lang.Object
  extended by nl.surfnet.coin.janus.domain.ARP

public class ARP
extends Object

Attribute Release Policy


Constructor Summary
ARP()
           
 
Method Summary
static ARP fromRestResponse(Map response)
           
 Map<String,List<Object>> getAttributes()
           
 String getDescription()
           
 String getName()
           
 void setAttributes(Map<String,List<Object>> attributes)
           
 void setDescription(String description)
           
 void setName(String name)
           
 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


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