public interface HippsCodeIF extends EditableIF
Modifier and Type | Method and Description |
---|---|
String |
getFinalHippsCode() |
Map<Integer,HippsValueObject> |
getHipps() |
String |
getHippsCharacter(int position) |
String |
getHippsCode() |
HippsValueObject |
getValue(int position) |
boolean |
isHippsComplete() |
void |
setHipps(Map<Integer,HippsValueObject> hipps) |
boolean |
setValue(HippsValueObject value) |
addEdit, addEdits, getEditCollection
Map<Integer,HippsValueObject> getHipps()
void setHipps(Map<Integer,HippsValueObject> hipps)
hipps
- the hipps to setboolean setValue(HippsValueObject value)
value
- String getHippsCode()
String getFinalHippsCode()
String getHippsCharacter(int position)
position
- HippsValueObject getValue(int position)
position
- boolean isHippsComplete()
Copyright © 2023. All rights reserved.