com.redhat.rhn.domain
Class BaseDomainHelper

java.lang.Object
  extended by com.redhat.rhn.domain.BaseDomainHelper
Direct Known Subclasses:
AbstractErrata, AbstractLabelNameHelper, AbstractUserChild, Action, ActionArchType, ActionChild, ActivationKey, AddressImpl, ArchType, ChangeLogEntry, Channel, ChannelArch, ChannelFamily, ConfigChannel, ConfigChannelType, ConfigContent, ConfigFile, ConfigFileName, ConfigFileState, ConfigInfo, ConfigRevision, ConfigRevisionActionResult, CPU, Device, Dmi, FileList, InvalidSnapshotReason, KickstartableTree, KickstartInstallType, KickstartTreeType, LegacyRhnUserImpl, Location, Network, NetworkInterface, Note, OrgEntitlementType, OrgImpl, OrgQuota, Package, PackageActionResult, PackageArch, PackageCapability, PackageDelta, PackageGroup, Profile, ProfileType, ProvisionState, PublishedBug, PublishedErrataFile, PublishedKeyword, Ram, RoleImpl, Server, ServerGroup, ServerHistoryEvent, ServerSnapshot, ServerSnapshotTagLink, SnapshotTag, SnapshotTagName, TemplateCategory, TemplateString, UserGroupImpl, VirtualInstance, VirtualInstanceInfo

public abstract class BaseDomainHelper
extends java.lang.Object

Class UserImpl that reflects the DB representation of web_contact and ancillary tables. DB table: web_contact


Constructor Summary
BaseDomainHelper()
          Create a new empty object
 
Method Summary
 java.util.Date getCreated()
          Gets the current value of created
 java.util.Date getModified()
          Gets the current value of modified
 void setCreated(java.util.Date createdIn)
          Sets the value of created to new value
 void setModified(java.util.Date modifiedIn)
          Sets the value of modified to new value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDomainHelper

public BaseDomainHelper()
Create a new empty object

Method Detail

getCreated

public java.util.Date getCreated()
Gets the current value of created

Returns:
Date the current value

setCreated

public void setCreated(java.util.Date createdIn)
Sets the value of created to new value

Parameters:
createdIn - New value for created

getModified

public java.util.Date getModified()
Gets the current value of modified

Returns:
Date the current value

setModified

public void setModified(java.util.Date modifiedIn)
Sets the value of modified to new value

Parameters:
modifiedIn - New value for modified