org.apache.hadoop.hive.ql.plan
Class PrincipalDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.PrincipalDesc
All Implemented Interfaces:
Serializable, Cloneable

public class PrincipalDesc
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Constructor Summary
PrincipalDesc()
           
PrincipalDesc(String name, PrincipalType type)
           
 
Method Summary
 String getName()
           
 PrincipalType getType()
           
 void setName(String name)
           
 void setType(PrincipalType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalDesc

public PrincipalDesc(String name,
                     PrincipalType type)

PrincipalDesc

public PrincipalDesc()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public PrincipalType getType()

setType

public void setType(PrincipalType type)


Copyright © 2013 The Apache Software Foundation