net.nan21.dnet.module.ad.system.ds.model
Class AuditFieldRepDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractSimpleDs<AuditField>
          extended by net.nan21.dnet.module.ad.system.ds.model.AuditFieldRepDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class AuditFieldRepDs
extends net.nan21.dnet.core.presenter.model.base.AbstractSimpleDs<AuditField>


Field Summary
static String fCREATEDAT
           
static String fCREATEDBY
           
static String fFIELDNAME
           
static String fNEWVALUE
           
static String fOLDVALUE
           
static String fOPERATION
           
static String fSOURCEFQN
           
static String fSOURCEID
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractSimpleDs
clientId, entityFQN, fCLIENTID, fENTITYFQN, fID, id
 
Constructor Summary
AuditFieldRepDs()
           
AuditFieldRepDs(AuditField e)
           
 
Method Summary
 Date getCreatedAt()
           
 String getCreatedBy()
           
 String getFieldName()
           
 String getNewValue()
           
 String getOldValue()
           
 String getOperation()
           
 String getSourceFQN()
           
 String getSourceId()
           
 void setCreatedAt(Date createdAt)
           
 void setCreatedBy(String createdBy)
           
 void setFieldName(String fieldName)
           
 void setNewValue(String newValue)
           
 void setOldValue(String oldValue)
           
 void setOperation(String operation)
           
 void setSourceFQN(String sourceFQN)
           
 void setSourceId(String sourceId)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractSimpleDs
getClientId, getEntityFQN, getId, setClientId, setEntityFQN, setId
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsModel
_asLong_, _getEntity_, _setEntity_, get__clientRecordId__, set__clientRecordId__
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fOPERATION

public static final String fOPERATION
See Also:
Constant Field Values

fSOURCEFQN

public static final String fSOURCEFQN
See Also:
Constant Field Values

fSOURCEID

public static final String fSOURCEID
See Also:
Constant Field Values

fFIELDNAME

public static final String fFIELDNAME
See Also:
Constant Field Values

fOLDVALUE

public static final String fOLDVALUE
See Also:
Constant Field Values

fNEWVALUE

public static final String fNEWVALUE
See Also:
Constant Field Values

fCREATEDAT

public static final String fCREATEDAT
See Also:
Constant Field Values

fCREATEDBY

public static final String fCREATEDBY
See Also:
Constant Field Values
Constructor Detail

AuditFieldRepDs

public AuditFieldRepDs()

AuditFieldRepDs

public AuditFieldRepDs(AuditField e)
Method Detail

getOperation

public String getOperation()

setOperation

public void setOperation(String operation)

getSourceFQN

public String getSourceFQN()

setSourceFQN

public void setSourceFQN(String sourceFQN)

getSourceId

public String getSourceId()

setSourceId

public void setSourceId(String sourceId)

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getOldValue

public String getOldValue()

setOldValue

public void setOldValue(String oldValue)

getNewValue

public String getNewValue()

setNewValue

public void setNewValue(String newValue)

getCreatedAt

public Date getCreatedAt()

setCreatedAt

public void setCreatedAt(Date createdAt)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)


Copyright © 2012. All Rights Reserved.