Class PutVisionParam
- java.lang.Object
-
- be.business.connector.recipe.prescriber.domain.PutVisionParam
-
public class PutVisionParam extends Object
The Class PutVisionParam.
-
-
Constructor Summary
Constructors Constructor Description PutVisionParam()Instantiates a new put vision param.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRid()Gets the rid.byte[]getSymmKey()Gets the symm key.StringgetVision()Gets the vision.voidsetRid(String rid)Sets the rid.voidsetSymmKey(byte[] symmKey)Sets the symm key.voidsetVision(String vision)Sets the vision.
-
-
-
Method Detail
-
getRid
public String getRid()
Gets the rid.- Returns:
- the rid
-
setRid
public void setRid(String rid)
Sets the rid.- Parameters:
rid- the new rid
-
getVision
public String getVision()
Gets the vision.- Returns:
- the vision
-
setVision
public void setVision(String vision)
Sets the vision.- Parameters:
vision- the new vision
-
setSymmKey
public void setSymmKey(byte[] symmKey)
Sets the symm key.- Parameters:
symmKey- the new symm key
-
getSymmKey
public byte[] getSymmKey()
Gets the symm key.- Returns:
- the symm key
-
-