public abstract class BsUrlQueue extends Object implements org.seasar.dbflute.Entity, Serializable, Cloneable
[primary-key] ID [column] ID, SESSION_ID, METHOD, URL, META_DATA, ENCODING, PARENT_URL, DEPTH, LAST_MODIFIED, CREATE_TIME [sequence] [identity] ID [version-no] [foreign table] [referrer table] [foreign property] [referrer property] [get/set template] /= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Long id = entity.getId(); String sessionId = entity.getSessionId(); String method = entity.getMethod(); String url = entity.getUrl(); String metaData = entity.getMetaData(); String encoding = entity.getEncoding(); String parentUrl = entity.getParentUrl(); Integer depth = entity.getDepth(); java.sql.Timestamp lastModified = entity.getLastModified(); java.sql.Timestamp createTime = entity.getCreateTime(); entity.setId(id); entity.setSessionId(sessionId); entity.setMethod(method); entity.setUrl(url); entity.setMetaData(metaData); entity.setEncoding(encoding); entity.setParentUrl(parentUrl); entity.setDepth(depth); entity.setLastModified(lastModified); entity.setCreateTime(createTime); = = = = = = = = = =/
修飾子とタイプ | フィールドと説明 |
---|---|
protected boolean |
__createdBySelect
Is the entity created by DBFlute select process?
|
protected org.seasar.dbflute.Entity.EntityModifiedProperties |
__modifiedProperties
The modified properties for this entity.
|
protected org.seasar.dbflute.Entity.EntityUniqueDrivenProperties |
__uniqueDrivenProperties
The unique-driven properties for this entity.
|
protected Timestamp |
_createTime
CREATE_TIME: {NotNull, DATETIME(19)}
|
protected Integer |
_depth
DEPTH: {NotNull, INT(10)}
|
protected String |
_encoding
ENCODING: {VARCHAR(20)}
|
protected Long |
_id
ID: {PK, ID, NotNull, BIGINT(19)}
|
protected Timestamp |
_lastModified
LAST_MODIFIED: {DATETIME(19)}
|
protected String |
_metaData
META_DATA: {TEXT(65535)}
|
protected String |
_method
METHOD: {NotNull, VARCHAR(10)}
|
protected String |
_parentUrl
PARENT_URL: {TEXT(65535)}
|
protected String |
_sessionId
SESSION_ID: {IX+, NotNull, VARCHAR(20)}
|
protected String |
_url
URL: {NotNull, TEXT(65535)}
|
コンストラクタと説明 |
---|
BsUrlQueue() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected String |
buildColumnString() |
String |
buildDisplayString(String name,
boolean column,
boolean relation) |
protected String |
buildRelationString() |
void |
clearModifiedInfo() |
UrlQueue |
clone()
Clone entity instance using super.clone().
|
boolean |
createdBySelect() |
boolean |
equals(Object obj)
Determine the object is equal with this.
|
Timestamp |
getCreateTime()
[get] CREATE_TIME: {NotNull, DATETIME(19)}
|
org.seasar.dbflute.dbmeta.DBMeta |
getDBMeta() |
Integer |
getDepth()
[get] DEPTH: {NotNull, INT(10)}
|
String |
getEncoding()
[get] ENCODING: {VARCHAR(20)}
|
Long |
getId()
[get] ID: {PK, ID, NotNull, BIGINT(19)}
|
Timestamp |
getLastModified()
[get] LAST_MODIFIED: {DATETIME(19)}
|
String |
getMetaData()
[get] META_DATA: {TEXT(65535)}
|
String |
getMethod()
[get] METHOD: {NotNull, VARCHAR(10)}
|
String |
getParentUrl()
[get] PARENT_URL: {TEXT(65535)}
|
String |
getSessionId()
[get] SESSION_ID: {IX+, NotNull, VARCHAR(20)}
|
String |
getTableDbName() |
String |
getTablePropertyName() |
String |
getUrl()
[get] URL: {NotNull, TEXT(65535)}
|
int |
hashCode()
Calculate the hash-code from primary-keys or columns.
|
boolean |
hasModification() |
boolean |
hasPrimaryKeyValue() |
int |
instanceHash() |
void |
markAsSelect() |
Set<String> |
modifiedProperties() |
Set<String> |
myuniqueDrivenProperties() |
protected org.seasar.dbflute.Entity.EntityModifiedProperties |
newModifiedProperties() |
protected <ELEMENT> List<ELEMENT> |
newReferrerList() |
protected org.seasar.dbflute.Entity.EntityUniqueDrivenProperties |
newUniqueDrivenProperties() |
void |
setCreateTime(Timestamp createTime)
[set] CREATE_TIME: {NotNull, DATETIME(19)}
|
void |
setDepth(Integer depth)
[set] DEPTH: {NotNull, INT(10)}
|
void |
setEncoding(String encoding)
[set] ENCODING: {VARCHAR(20)}
|
void |
setId(Long id)
[set] ID: {PK, ID, NotNull, BIGINT(19)}
|
void |
setLastModified(Timestamp lastModified)
[set] LAST_MODIFIED: {DATETIME(19)}
|
void |
setMetaData(String metaData)
[set] META_DATA: {TEXT(65535)}
|
void |
setMethod(String method)
[set] METHOD: {NotNull, VARCHAR(10)}
|
void |
setParentUrl(String parentUrl)
[set] PARENT_URL: {TEXT(65535)}
|
void |
setSessionId(String sessionId)
[set] SESSION_ID: {IX+, NotNull, VARCHAR(20)}
|
void |
setUrl(String url)
[set] URL: {NotNull, TEXT(65535)}
|
String |
toString()
Convert to display string of entity's data.
|
String |
toStringWithRelation() |
protected int |
xCH(int hs,
Object vl) |
protected boolean |
xSV(Object v1,
Object v2) |
protected Long _id
protected String _sessionId
protected String _method
protected String _url
protected String _metaData
protected String _encoding
protected String _parentUrl
protected Integer _depth
protected Timestamp _lastModified
protected Timestamp _createTime
protected final org.seasar.dbflute.Entity.EntityUniqueDrivenProperties __uniqueDrivenProperties
protected final org.seasar.dbflute.Entity.EntityModifiedProperties __modifiedProperties
protected boolean __createdBySelect
public String getTableDbName()
getTableDbName
インタフェース内 org.seasar.dbflute.Entity
public String getTablePropertyName()
getTablePropertyName
インタフェース内 org.seasar.dbflute.Entity
public org.seasar.dbflute.dbmeta.DBMeta getDBMeta()
getDBMeta
インタフェース内 org.seasar.dbflute.Entity
public boolean hasPrimaryKeyValue()
hasPrimaryKeyValue
インタフェース内 org.seasar.dbflute.Entity
public Set<String> myuniqueDrivenProperties()
myuniqueDrivenProperties
インタフェース内 org.seasar.dbflute.Entity
protected org.seasar.dbflute.Entity.EntityUniqueDrivenProperties newUniqueDrivenProperties()
protected <ELEMENT> List<ELEMENT> newReferrerList()
public Set<String> modifiedProperties()
modifiedProperties
インタフェース内 org.seasar.dbflute.Entity
public void clearModifiedInfo()
clearModifiedInfo
インタフェース内 org.seasar.dbflute.Entity
public boolean hasModification()
hasModification
インタフェース内 org.seasar.dbflute.Entity
protected org.seasar.dbflute.Entity.EntityModifiedProperties newModifiedProperties()
public void markAsSelect()
markAsSelect
インタフェース内 org.seasar.dbflute.Entity
public boolean createdBySelect()
createdBySelect
インタフェース内 org.seasar.dbflute.Entity
public boolean equals(Object obj)
public int hashCode()
protected int xCH(int hs, Object vl)
public int instanceHash()
instanceHash
インタフェース内 org.seasar.dbflute.Entity
public String toString()
public String toStringWithRelation()
toStringWithRelation
インタフェース内 org.seasar.dbflute.Entity
public String buildDisplayString(String name, boolean column, boolean relation)
buildDisplayString
インタフェース内 org.seasar.dbflute.Entity
protected String buildColumnString()
protected String buildRelationString()
public UrlQueue clone()
public Long getId()
public void setId(Long id)
id
- The value of the column 'ID'. (basically NotNull if update: for the constraint)public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- The value of the column 'SESSION_ID'. (basically NotNull if update: for the constraint)public String getMethod()
public void setMethod(String method)
method
- The value of the column 'METHOD'. (basically NotNull if update: for the constraint)public String getUrl()
public void setUrl(String url)
url
- The value of the column 'URL'. (basically NotNull if update: for the constraint)public String getMetaData()
public void setMetaData(String metaData)
metaData
- The value of the column 'META_DATA'. (NullAllowed: null update allowed for no constraint)public String getEncoding()
public void setEncoding(String encoding)
encoding
- The value of the column 'ENCODING'. (NullAllowed: null update allowed for no constraint)public String getParentUrl()
public void setParentUrl(String parentUrl)
parentUrl
- The value of the column 'PARENT_URL'. (NullAllowed: null update allowed for no constraint)public Integer getDepth()
public void setDepth(Integer depth)
depth
- The value of the column 'DEPTH'. (basically NotNull if update: for the constraint)public Timestamp getLastModified()
public void setLastModified(Timestamp lastModified)
lastModified
- The value of the column 'LAST_MODIFIED'. (NullAllowed: null update allowed for no constraint)public Timestamp getCreateTime()
public void setCreateTime(Timestamp createTime)
createTime
- The value of the column 'CREATE_TIME'. (basically NotNull if update: for the constraint)Copyright © 2009–2014 The Seasar Foundation. All rights reserved.