Class SemanticServicesInfoBase
- java.lang.Object
-
- edu.cornell.mannlib.semservices.bo.SemanticServicesInfoBase
-
- Direct Known Subclasses:
ConceptInfo
public class SemanticServicesInfoBase extends Object
-
-
Constructor Summary
Constructors Constructor Description SemanticServicesInfoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SemanticServicesErrorgetSemanticServicesError()voidsetSemanticServicesError(SemanticServicesError semanticServicesError)
-
-
-
Method Detail
-
getSemanticServicesError
public SemanticServicesError getSemanticServicesError()
- Returns:
- the semanticServicesError
-
setSemanticServicesError
public void setSemanticServicesError(SemanticServicesError semanticServicesError)
- Parameters:
semanticServicesError- the semanticServicesError to set
-
-