net.nan21.dnet.module.ad.data.ds.model
Class AttachmentTypeDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<AttachmentType>
          extended by net.nan21.dnet.module.ad.data.ds.model.AttachmentTypeDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class AttachmentTypeDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<AttachmentType>


Field Summary
static String fBASEURL
           
static String fCATEGORY
           
static String fUPLOADPATH
           
static String fUSEINCONTEXT
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
active, clientId, createdAt, createdBy, description, entityFQN, fACTIVE, fCLIENTID, fCREATEDAT, fCREATEDBY, fDESCRIPTION, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fNAME, fUUID, fVERSION, id, modifiedAt, modifiedBy, name, uuid, version
 
Constructor Summary
AttachmentTypeDs()
           
AttachmentTypeDs(AttachmentType e)
           
 
Method Summary
 String getBaseUrl()
           
 String getCategory()
           
 String getUploadPath()
           
 String getUseInContext()
           
 void setBaseUrl(String baseUrl)
           
 void setCategory(String category)
           
 void setUploadPath(String uploadPath)
           
 void setUseInContext(String useInContext)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDs
getActive, getClientId, getCreatedAt, getCreatedBy, getDescription, getEntityFQN, getId, getModifiedAt, getModifiedBy, getName, getUuid, getVersion, setActive, setClientId, setCreatedAt, setCreatedBy, setDescription, setEntityFQN, setId, setModifiedAt, setModifiedBy, setName, 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

fCATEGORY

public static final String fCATEGORY
See Also:
Constant Field Values

fUPLOADPATH

public static final String fUPLOADPATH
See Also:
Constant Field Values

fBASEURL

public static final String fBASEURL
See Also:
Constant Field Values

fUSEINCONTEXT

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

AttachmentTypeDs

public AttachmentTypeDs()

AttachmentTypeDs

public AttachmentTypeDs(AttachmentType e)
Method Detail

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getUploadPath

public String getUploadPath()

setUploadPath

public void setUploadPath(String uploadPath)

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)

getUseInContext

public String getUseInContext()

setUseInContext

public void setUseInContext(String useInContext)


Copyright © 2012. All Rights Reserved.