public class ValidationReasonRequired extends ValidationItem
| Constructor and Description |
|---|
ValidationReasonRequired(java.lang.String msgID,
DBObject targetObject)
Creates a validation warning
|
ValidationReasonRequired(java.lang.String msgID,
DBObject targetObject,
java.lang.String simpleMsg)
Creates new ValidationWarning
|
getArg, getHTMLMessage, getMessage, getMsgID, getObjectKey, getTargetObject, toStringpublic ValidationReasonRequired(@Nonnull
java.lang.String msgID,
@Nullable
DBObject targetObject,
@Nullable
java.lang.String simpleMsg)
msgID - the message ID @see com.aspc.message.DBMessagetargetObject - the target objectsimpleMsg - the message textpublic ValidationReasonRequired(@Nonnull
java.lang.String msgID,
@Nullable
DBObject targetObject)
msgID - the db message idtargetObject - the target of the warningstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.