org.apache.hadoop.mapreduce.v2.app.webapp.dao
Class ConfEntryInfo

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.app.webapp.dao.ConfEntryInfo

public class ConfEntryInfo
extends Object


Field Summary
protected  String name
           
protected  String[] source
           
protected  String value
           
 
Constructor Summary
ConfEntryInfo()
           
ConfEntryInfo(String key, String value)
           
ConfEntryInfo(String key, String value, String[] source)
           
 
Method Summary
 String getName()
           
 String[] getSource()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value

source

protected String[] source
Constructor Detail

ConfEntryInfo

public ConfEntryInfo()

ConfEntryInfo

public ConfEntryInfo(String key,
                     String value)

ConfEntryInfo

public ConfEntryInfo(String key,
                     String value,
                     String[] source)
Method Detail

getName

public String getName()

getValue

public String getValue()

getSource

public String[] getSource()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.