|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.clinicalpackage.core.Member
public final class Member
Encapsulates data pertaining to a clinical package member.
Nested Class Summary | |
---|---|
static class |
Member.Builder
Builder class used to construct a valid Member object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether a supplied object is equal to the current object. |
byte[] |
getFileContent()
Returns the file content of this Member object. |
java.lang.String |
getUri()
Returns the URI of this Member object. |
int |
hashCode()
Returns a hash code value for this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte[] getFileContent()
Member
object.
Member
object.public java.lang.String getUri()
Member
object.
Member
object.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare this object.
true
if this object is the same as the supplied object argument; false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |