net.nan21.dnet.module.ad.client.ds.model
Class MyClientDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.X_AbstractAuditedDs<Client>
          extended by net.nan21.dnet.module.ad.client.ds.model.MyClientDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithId

public class MyClientDs
extends net.nan21.dnet.core.presenter.model.base.X_AbstractAuditedDs<Client>


Field Summary
static String fADMINROLE
           
static String fCODE
           
static String fID
           
static String fMAINTENANCELANGUAGE
           
static String fNAME
           
static String fNOTES
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.X_AbstractAuditedDs
createdAt, createdBy, entityFQN, fCREATEDAT, fCREATEDBY, fENTITYFQN, fMODIFIEDAT, fMODIFIEDBY, fUUID, fVERSION, modifiedAt, modifiedBy, uuid, version
 
Constructor Summary
MyClientDs()
           
MyClientDs(Client e)
           
 
Method Summary
 String getAdminRole()
           
 String getCode()
           
 Long getId()
           
 String getMaintenanceLanguage()
           
 String getName()
           
 String getNotes()
           
 void setAdminRole(String adminRole)
           
 void setCode(String code)
           
 void setId(Object id)
           
 void setMaintenanceLanguage(String maintenanceLanguage)
           
 void setName(String name)
           
 void setNotes(String notes)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.X_AbstractAuditedDs
getCreatedAt, getCreatedBy, getEntityFQN, getModifiedAt, getModifiedBy, getUuid, getVersion, setCreatedAt, setCreatedBy, setEntityFQN, setModifiedAt, setModifiedBy, setUuid, setVersion
 
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

fNAME

public static final String fNAME
See Also:
Constant Field Values

fCODE

public static final String fCODE
See Also:
Constant Field Values

fNOTES

public static final String fNOTES
See Also:
Constant Field Values

fMAINTENANCELANGUAGE

public static final String fMAINTENANCELANGUAGE
See Also:
Constant Field Values

fADMINROLE

public static final String fADMINROLE
See Also:
Constant Field Values

fID

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

MyClientDs

public MyClientDs()

MyClientDs

public MyClientDs(Client e)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCode

public String getCode()

setCode

public void setCode(String code)

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

getMaintenanceLanguage

public String getMaintenanceLanguage()

setMaintenanceLanguage

public void setMaintenanceLanguage(String maintenanceLanguage)

getAdminRole

public String getAdminRole()

setAdminRole

public void setAdminRole(String adminRole)

getId

public Long getId()
Specified by:
getId in interface net.nan21.dnet.core.api.model.IModelWithId
Overrides:
getId in class net.nan21.dnet.core.presenter.model.base.X_AbstractAuditedDs<Client>

setId

public void setId(Object id)
Overrides:
setId in class net.nan21.dnet.core.presenter.model.base.X_AbstractAuditedDs<Client>


Copyright © 2012. All Rights Reserved.