net.nan21.dnet.module.ad.system.ds.model
Class AuditFieldRepDs
java.lang.Object
net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
net.nan21.dnet.core.presenter.model.base.AbstractSimpleDs<AuditField>
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>
| Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractSimpleDs |
clientId, entityFQN, fCLIENTID, fENTITYFQN, fID, id |
| 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 |
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
AuditFieldRepDs
public AuditFieldRepDs()
AuditFieldRepDs
public AuditFieldRepDs(AuditField e)
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.