Class Validation
java.lang.Object
org.javastro.ivoa.entities.regtap.Validation
- All Implemented Interfaces:
Serializable
- Author:
- Paul Harrison <paul.harrison@manchester.ac.uk> 04-Feb-2013
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCapability(Capability capability) voidaddToResource(Resource resource) booleanoverrides @see java.lang.Object#equals(java.lang.Object)shortgetLevel()inthashCode()overrides @see java.lang.Object#hashCode()voidsetCapIndex(Short capIndex) voidsetLevel(short level) voidsetValidatedBy(String validatedBy)
-
Constructor Details
-
Validation
public Validation() -
Validation
- Parameters:
capIndex-validatedBy-level-
-
-
Method Details
-
getResource
-
addToResource
-
addToCapability
- Parameters:
capability-
-
getCapIndex
- Returns:
- the capIndex
-
setCapIndex
- Parameters:
capIndex- the capIndex to set
-
getValidatedBy
- Returns:
- the validatedBy
-
setValidatedBy
- Parameters:
validatedBy- the validatedBy to set
-
getLevel
public short getLevel()- Returns:
- the level
-
setLevel
public void setLevel(short level) - Parameters:
level- the level to set
-
hashCode
public int hashCode()overrides @see java.lang.Object#hashCode() -
equals
overrides @see java.lang.Object#equals(java.lang.Object)
-