net.nan21.dnet.module.ad.workflow.ds.model
Class ActDeploymentDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractBaseDs<ActDeployment>
          extended by net.nan21.dnet.module.ad.workflow.ds.model.ActDeploymentDs

public class ActDeploymentDs
extends net.nan21.dnet.core.presenter.model.base.AbstractBaseDs<ActDeployment>


Field Summary
static String fCLIENTID
           
static String fDEPLOYTIME
           
static String fFULLNAME
           
static String fID
           
static String fNAME
           
 
Constructor Summary
ActDeploymentDs()
           
ActDeploymentDs(ActDeployment e)
           
 
Method Summary
 Long getClientId()
           
 Date getDeployTime()
           
 String getFullName()
           
 String getId()
           
 String getName()
           
 void setClientId(Long clientId)
           
 void setDeployTime(Date deployTime)
           
 void setFullName(String fullName)
           
 void setId(Object id)
           
 void setName(String name)
           
 
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

fID

public static final String fID
See Also:
Constant Field Values

fCLIENTID

public static final String fCLIENTID
See Also:
Constant Field Values

fNAME

public static final String fNAME
See Also:
Constant Field Values

fDEPLOYTIME

public static final String fDEPLOYTIME
See Also:
Constant Field Values

fFULLNAME

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

ActDeploymentDs

public ActDeploymentDs()

ActDeploymentDs

public ActDeploymentDs(ActDeployment e)
Method Detail

getId

public String getId()

setId

public void setId(Object id)

getClientId

public Long getClientId()

setClientId

public void setClientId(Long clientId)

getName

public String getName()

setName

public void setName(String name)

getDeployTime

public Date getDeployTime()

setDeployTime

public void setDeployTime(Date deployTime)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)


Copyright © 2012. All Rights Reserved.