Class ResDetail
java.lang.Object
org.javastro.ivoa.entities.regtap.ResDetail
- All Implemented Interfaces:
Serializable
- Author:
- Paul Harrison <paul.harrison@manchester.ac.uk> 04-Feb-2013
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToResource(Resource resource) booleanoverrides @see java.lang.Object#equals(java.lang.Object)getIvoid()inthashCode()overrides @see java.lang.Object#hashCode()voidsetCapIndex(Short capIndex) voidsetDetailUtype(String detailUtype) voidsetDetailValue(String detailValue) void
-
Constructor Details
-
ResDetail
public ResDetail() -
ResDetail
- Parameters:
ivoid-capIndex-detailUtype-detailValue-
-
-
Method Details
-
getIvoid
- Returns:
- the ivoid
-
setIvoid
- Parameters:
ivoid- the ivoid to set
-
getCapIndex
- Returns:
- the capIndex
-
setCapIndex
- Parameters:
capIndex- the capIndex to set
-
getDetailUtype
- Returns:
- the detailUtype
-
setDetailUtype
- Parameters:
detailUtype- the detailUtype to set
-
getDetailValue
-
setDetailValue
-
getResource
-
addToResource
-
hashCode
public int hashCode()overrides @see java.lang.Object#hashCode() -
equals
overrides @see java.lang.Object#equals(java.lang.Object)
-