|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsentity.BsUrlFilter
public abstract class BsUrlFilter
The entity of URL_FILTER as TABLE.
[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]
入れ子のクラスの概要 |
---|
インタフェース org.seasar.robot.dbflute.Entity から継承された入れ子のクラス/インタフェース |
---|
org.seasar.robot.dbflute.Entity.EntityModifiedProperties, org.seasar.robot.dbflute.Entity.InternalUtil |
フィールドの概要 | |
---|---|
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties |
__modifiedProperties
The modified properties for this entity. |
protected Timestamp |
_createTime
CREATE_TIME: {IX+, NotNull, DATETIME(19)} |
protected String |
_filterType
FILTER_TYPE: {IX+, 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()
|
boolean |
equals(Object other)
If primary-keys or columns of the other are same as this one, returns true. |
Timestamp |
getCreateTime()
[get] CREATE_TIME: {IX+, NotNull, DATETIME(19)} |
org.seasar.robot.dbflute.dbmeta.DBMeta |
getDBMeta()
|
String |
getFilterType()
[get] FILTER_TYPE: {IX+, 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()
Calculates the hash-code from primary-keys or columns. |
boolean |
hasModification()
|
boolean |
hasPrimaryKeyValue()
|
Set<String> |
modifiedProperties()
|
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties |
newModifiedProperties()
|
void |
setCreateTime(Timestamp createTime)
[set] CREATE_TIME: {IX+, NotNull, DATETIME(19)} |
void |
setFilterType(String filterType)
[set] FILTER_TYPE: {IX+, 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()
|
String |
toStringWithRelation()
|
protected int |
xCH(int result,
Object value)
|
protected boolean |
xSV(Object value1,
Object value2)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected Long _id
protected String _sessionId
protected String _url
protected String _filterType
protected Timestamp _createTime
protected final org.seasar.robot.dbflute.Entity.EntityModifiedProperties __modifiedProperties
コンストラクタの詳細 |
---|
public BsUrlFilter()
メソッドの詳細 |
---|
public String getTableDbName()
org.seasar.robot.dbflute.Entity
内の getTableDbName
public String getTablePropertyName()
org.seasar.robot.dbflute.Entity
内の getTablePropertyName
public org.seasar.robot.dbflute.dbmeta.DBMeta getDBMeta()
org.seasar.robot.dbflute.Entity
内の getDBMeta
public boolean hasPrimaryKeyValue()
org.seasar.robot.dbflute.Entity
内の hasPrimaryKeyValue
public Set<String> modifiedProperties()
org.seasar.robot.dbflute.Entity
内の modifiedProperties
public void clearModifiedInfo()
org.seasar.robot.dbflute.Entity
内の clearModifiedInfo
public boolean hasModification()
org.seasar.robot.dbflute.Entity
内の hasModification
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties newModifiedProperties()
public boolean equals(Object other)
Object
内の equals
other
- The other entity. (NullAllowed)
protected boolean xSV(Object value1, Object value2)
public int hashCode()
Object
内の hashCode
protected int xCH(int result, Object value)
public String toString()
Object
内の toString
public String toStringWithRelation()
org.seasar.robot.dbflute.Entity
内の toStringWithRelation
public String buildDisplayString(String name, boolean column, boolean relation)
org.seasar.robot.dbflute.Entity
内の buildDisplayString
name
- The name for display. (NullAllowed: If it's null, it does not
have a name)column
- Does it contains column values or not?relation
- Does it contains relation existences or not?
protected String buildColumnString()
protected String buildRelationString()
public Long getId()
public void setId(Long id)
id
- The value of the column 'ID'. (NullAllowed)public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- The value of the column 'SESSION_ID'. (NullAllowed)public String getUrl()
public void setUrl(String url)
url
- The value of the column 'URL'. (NullAllowed)public String getFilterType()
public void setFilterType(String filterType)
filterType
- The value of the column 'FILTER_TYPE'. (NullAllowed)public Timestamp getCreateTime()
public void setCreateTime(Timestamp createTime)
createTime
- The value of the column 'CREATE_TIME'. (NullAllowed)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |