org.apache.oozie.action.hadoop
Class CredentialsProperties

java.lang.Object
  extended by org.apache.oozie.action.hadoop.CredentialsProperties

public class CredentialsProperties
extends Object


Constructor Summary
CredentialsProperties(String name, String type)
           
 
Method Summary
 String getName()
          Get the name
 HashMap<String,String> getProperties()
          Get the properties
 String getType()
          Get the type
 void setName(String name)
          Set the name
 void setProperties(HashMap<String,String> properties)
          Set the properties
 void setType(String type)
          Set the type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsProperties

public CredentialsProperties(String name,
                             String type)
Method Detail

getName

public String getName()
Get the name

Returns:
the name

setName

public void setName(String name)
Set the name

Parameters:
name - the name to set

getType

public String getType()
Get the type

Returns:
the type

setType

public void setType(String type)
Set the type

Parameters:
type - the type to set

getProperties

public HashMap<String,String> getProperties()
Get the properties

Returns:
the properties

setProperties

public void setProperties(HashMap<String,String> properties)
Set the properties

Parameters:
properties - the properties to set


Copyright © 2013 Apache Software Foundation. All Rights Reserved.