|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.oozie.BundleActionId
@Embeddable public class BundleActionId
The composite primary key for the BundleActionBean Entity.
Constructor Summary | |
---|---|
BundleActionId()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getBundleId()
Return the Bundle Id. |
String |
getCoordName()
Return the coordinator name |
int |
hashCode()
|
void |
readFields(DataInput dataInput)
|
void |
setBundleId(String bundleId)
Set the Bundle Id |
void |
setCoordName(String coordName)
Set the coordinator name |
void |
write(DataOutput dataOutput)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleActionId()
Method Detail |
---|
public void setBundleId(String bundleId)
bundleId
- the bundleId to setpublic String getBundleId()
public void setCoordName(String coordName)
coordName
- the coordName to setpublic String getCoordName()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public void readFields(DataInput dataInput) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput dataOutput) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |