|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrice.p2p.splitstream.StripeId
This class wraps the nodeId object so we can use type checking and allow more readable and understandable code. All it does is subclass the nodeId and provide a constructor that allows the wrapping of a NodeId object to create a concrete subclass
Field Summary | |
protected Id |
id
This stripe's Id |
Constructor Summary | |
StripeId(Id id)
Constructor that takes in a nodeId and makes a StripeId |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
Id |
getId()
Gets the Id attribute of the StripeId object |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Id id
Constructor Detail |
public StripeId(Id id)
id
- The Id for this stripeMethod Detail |
public Id getId()
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |