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

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

public class SysFrameExtensionDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<SysFrameExtension>


Field Summary
static String fACTIVE
           
static String fDESCRIPTION
           
static String fFILELOCATION
           
static String fFRAMEFQN
           
static String fRELATIVEPATH
           
static String fSEQUENCENO
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
clientId, createdAt, createdBy, entityFQN, fCLIENTID, fCREATEDAT, fCREATEDBY, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fUUID, fVERSION, id, modifiedAt, modifiedBy, uuid, version
 
Constructor Summary
SysFrameExtensionDs()
           
SysFrameExtensionDs(SysFrameExtension e)
           
 
Method Summary
 Boolean getActive()
           
 String getDescription()
           
 String getFileLocation()
           
 String getFrameFQN()
           
 Boolean getRelativePath()
           
 Integer getSequenceNo()
           
 void setActive(Boolean active)
           
 void setDescription(String description)
           
 void setFileLocation(String fileLocation)
           
 void setFrameFQN(String frameFQN)
           
 void setRelativePath(Boolean relativePath)
           
 void setSequenceNo(Integer sequenceNo)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
getClientId, getCreatedAt, getCreatedBy, getEntityFQN, getId, getModifiedAt, getModifiedBy, getUuid, getVersion, setClientId, setCreatedAt, setCreatedBy, setEntityFQN, setId, 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

fFRAMEFQN

public static final String fFRAMEFQN
See Also:
Constant Field Values

fSEQUENCENO

public static final String fSEQUENCENO
See Also:
Constant Field Values

fFILELOCATION

public static final String fFILELOCATION
See Also:
Constant Field Values

fRELATIVEPATH

public static final String fRELATIVEPATH
See Also:
Constant Field Values

fACTIVE

public static final String fACTIVE
See Also:
Constant Field Values

fDESCRIPTION

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

SysFrameExtensionDs

public SysFrameExtensionDs()

SysFrameExtensionDs

public SysFrameExtensionDs(SysFrameExtension e)
Method Detail

getFrameFQN

public String getFrameFQN()

setFrameFQN

public void setFrameFQN(String frameFQN)

getSequenceNo

public Integer getSequenceNo()

setSequenceNo

public void setSequenceNo(Integer sequenceNo)

getFileLocation

public String getFileLocation()

setFileLocation

public void setFileLocation(String fileLocation)

getRelativePath

public Boolean getRelativePath()

setRelativePath

public void setRelativePath(Boolean relativePath)

getActive

public Boolean getActive()

setActive

public void setActive(Boolean active)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2012. All Rights Reserved.