javax.resource.cci

Interface Record

public interface Record extends Cloneable, Serializable

Method Summary
Objectclone()
booleanequals(Object other)
StringgetRecordName()
StringgetRecordShortDescription()
inthashCode()
voidsetRecordName(String name)
voidsetRecordShortDescription(String description)

Method Detail

clone

public Object clone()

equals

public boolean equals(Object other)

getRecordName

public String getRecordName()

getRecordShortDescription

public String getRecordShortDescription()

hashCode

public int hashCode()

setRecordName

public void setRecordName(String name)

setRecordShortDescription

public void setRecordShortDescription(String description)