Пример #1
0
 public Key(String accountId, String userId, String groupId) {
   super.setFieldValue(FLD_accountID, ((accountId != null) ? accountId.toLowerCase() : ""));
   super.setFieldValue(FLD_userID, ((userId != null) ? userId.toLowerCase() : ""));
   super.setFieldValue(FLD_groupID, ((groupId != null) ? groupId.toLowerCase() : ""));
 }