org.opennms.rancid
Class Tuple

java.lang.Object
  extended by org.opennms.rancid.Tuple
All Implemented Interfaces:
Expandable

public class Tuple
extends Object
implements Expandable


Constructor Summary
Tuple(String name, String description)
           
 
Method Summary
 String expand()
           
 String getDescription()
           
 String getName()
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tuple

public Tuple(String name,
             String description)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

expand

public String expand()
Specified by:
expand in interface Expandable


Copyright © 2012. All Rights Reserved.