All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.generic.jpa3.DateTimePropertySetEntry Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.generic.jpa3;

/**
 * Class {@code DateTimePropertySetEntry}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:41.583293683Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
@SuppressWarnings("serial")
public class DateTimePropertySetEntry  extends org.opencrx.kernel.generic.jpa3.PropertySetEntry
 implements org.opencrx.kernel.generic.cci2.DateTimePropertySetEntry
{

  /**
   * Constructor
   */
  public DateTimePropertySetEntry(
  ){
    // Implements Serializable
  }

// ----------------------------------------------------------------------------
// Instance/DeclareValue
// ----------------------------------------------------------------------------

  /**
   * Attribute {@code dateTimeValue}.
   */
  java.sql.Timestamp dateTimeValue;

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute {@code dateTimeValue}.
   * @return The possibly null value for attribute {@code dateTimeValue}.
   */
  public final java.util.Date getDateTimeValue(
  ){
    return org.w3c.jpa3.DateTime.toCCI(this.dateTimeValue);
  }

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute {@code dateTimeValue}.
   * @param dateTimeValue The possibly null new value for attribute {@code dateTimeValue}.
   */
  public void setDateTimeValue(
    java.util.Date dateTimeValue
  ){
    super.openmdxjdoMakeDirty();
    this.dateTimeValue = 
org.w3c.jpa3.DateTime.toJDO(dateTimeValue);
  }

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy