コード例 #1
0
 /** @return the alreadyExist */
 public String getAlreadyExist() {
   return ProSchedule.getProperty("system.messages.persistence.component.alreadyExist");
 }
コード例 #2
0
 /** @return the notFoundError */
 public String getNotFoundError() {
   return ProSchedule.getProperty("system.messages.persistence.component.notFoundError");
 }
コード例 #3
0
 /** @return the searchError */
 public String getSearchError() {
   return ProSchedule.getProperty("system.messages.persistence.component.searchError");
 }