Package org.ytreza.data.model.modelField

Examples of org.ytreza.data.model.modelField.BooleanField


  @Override
  public void initializeFields() {
    fieldTag = (ForeignFieldTag) addField(new ForeignFieldTag(NAME_TAG_ID));
    fieldNote = (ForeignFieldNote) addField(new ForeignFieldNote(NAME_OBJECT_ID));
    fieldOfficial = (BooleanField) addField(new BooleanField(NAME_OFFICIAL, false));
    if (initialNote != null) {
      setNote(initialNote);
    }
   
    if (initialTag != null) {
View Full Code Here

TOP

Related Classes of org.ytreza.data.model.modelField.BooleanField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.