net.nan21.dnet.module.ad.usr.ds.model
Class BookmarkDs

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

public class BookmarkDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDs<Bookmark>


Field Summary
static String fBUNDLE
           
static String fFRAME
           
static String fLEAFNODE
           
static String fOWNER
           
static String fPARENT
           
static String fPARENTID
           
static String fSEPARATORAFTER
           
static String fSEPARATORBEFORE
           
static String fSEQUENCENO
           
static String fTITLE
           
 
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
BookmarkDs()
           
BookmarkDs(Bookmark e)
           
 
Method Summary
 String getBundle()
           
 String getFrame()
           
 Boolean getLeafNode()
           
 String getOwner()
           
 String getParent()
           
 Long getParentId()
           
 Boolean getSeparatorAfter()
           
 Boolean getSeparatorBefore()
           
 Integer getSequenceNo()
           
 String getTitle()
           
 void setBundle(String bundle)
           
 void setFrame(String frame)
           
 void setLeafNode(Boolean leafNode)
           
 void setOwner(String owner)
           
 void setParent(String parent)
           
 void setParentId(Long parentId)
           
 void setSeparatorAfter(Boolean separatorAfter)
           
 void setSeparatorBefore(Boolean separatorBefore)
           
 void setSequenceNo(Integer sequenceNo)
           
 void setTitle(String title)
           
 
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

fSEQUENCENO

public static final String fSEQUENCENO
See Also:
Constant Field Values

fTITLE

public static final String fTITLE
See Also:
Constant Field Values

fFRAME

public static final String fFRAME
See Also:
Constant Field Values

fBUNDLE

public static final String fBUNDLE
See Also:
Constant Field Values

fSEPARATORBEFORE

public static final String fSEPARATORBEFORE
See Also:
Constant Field Values

fSEPARATORAFTER

public static final String fSEPARATORAFTER
See Also:
Constant Field Values

fOWNER

public static final String fOWNER
See Also:
Constant Field Values

fLEAFNODE

public static final String fLEAFNODE
See Also:
Constant Field Values

fPARENTID

public static final String fPARENTID
See Also:
Constant Field Values

fPARENT

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

BookmarkDs

public BookmarkDs()

BookmarkDs

public BookmarkDs(Bookmark e)
Method Detail

getSequenceNo

public Integer getSequenceNo()

setSequenceNo

public void setSequenceNo(Integer sequenceNo)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getFrame

public String getFrame()

setFrame

public void setFrame(String frame)

getBundle

public String getBundle()

setBundle

public void setBundle(String bundle)

getSeparatorBefore

public Boolean getSeparatorBefore()

setSeparatorBefore

public void setSeparatorBefore(Boolean separatorBefore)

getSeparatorAfter

public Boolean getSeparatorAfter()

setSeparatorAfter

public void setSeparatorAfter(Boolean separatorAfter)

getOwner

public String getOwner()

setOwner

public void setOwner(String owner)

getLeafNode

public Boolean getLeafNode()

setLeafNode

public void setLeafNode(Boolean leafNode)

getParentId

public Long getParentId()

setParentId

public void setParentId(Long parentId)

getParent

public String getParent()

setParent

public void setParent(String parent)


Copyright © 2012. All Rights Reserved.