public abstract class BsUrlFilter extends Object implements org.seasar.dbflute.Entity, Serializable, Cloneable
[primary-key] ID [column] ID, SESSION_ID, URL, FILTER_TYPE, 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 url = entity.getUrl(); String filterType = entity.getFilterType(); java.sql.Timestamp createTime = entity.getCreateTime(); entity.setId(id); entity.setSessionId(sessionId); entity.setUrl(url); entity.setFilterType(filterType); 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 String |
_filterType
FILTER_TYPE: {NotNull, VARCHAR(1)}
|
protected Long |
_id
ID: {PK, ID, NotNull, BIGINT(19)}
|
protected String |
_sessionId
SESSION_ID: {IX+, NotNull, VARCHAR(20)}
|
protected String |
_url
URL: {NotNull, TEXT(65535)}
|
コンストラクタと説明 |
---|
BsUrlFilter() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected String |
buildColumnString() |
String |
buildDisplayString(String name,
boolean column,
boolean relation) |
protected String |
buildRelationString() |
void |
clearModifiedInfo() |
UrlFilter |
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() |
String |
getFilterType()
[get] FILTER_TYPE: {NotNull, VARCHAR(1)}
|
Long |
getId()
[get] ID: {PK, ID, NotNull, BIGINT(19)}
|
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 |
setFilterType(String filterType)
[set] FILTER_TYPE: {NotNull, VARCHAR(1)}
|
void |
setId(Long id)
[set] ID: {PK, ID, NotNull, BIGINT(19)}
|
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 _url
protected String _filterType
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 UrlFilter 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 getUrl()
public void setUrl(String url)
url
- The value of the column 'URL'. (basically NotNull if update: for the constraint)public String getFilterType()
public void setFilterType(String filterType)
filterType
- The value of the column 'FILTER_TYPE'. (basically NotNull if update: for the 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.