|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsentity.BsUrlFilter
public abstract class BsUrlFilter
The entity of URL_FILTER that is 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 |
フィールドの概要 | |
---|---|
protected java.sql.Timestamp |
_createTime
CREATE_TIME: {NotNull : DATETIME(19)} |
protected java.lang.String |
_filterType
FILTER_TYPE: {NotNull : VARCHAR(1)} |
protected java.lang.Long |
_id
ID: {PK : ID : NotNull : BIGINT(19)} |
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties |
_modifiedProperties
The modified properties for this entity. |
protected java.lang.String |
_sessionId
SESSION_ID: {NotNull : VARCHAR(20)} |
protected java.lang.String |
_url
URL: {NotNull : TEXT(65535)} |
コンストラクタの概要 | |
---|---|
BsUrlFilter()
|
メソッドの概要 | |
---|---|
java.lang.String |
buildDisplayString(java.lang.String name,
boolean column,
boolean relation)
|
void |
clearModifiedPropertyNames()
|
boolean |
equals(java.lang.Object other)
If the primary-key of the other is same as this one, returns true. |
java.sql.Timestamp |
getCreateTime()
CREATE_TIME: {NotNull : DATETIME(19)} |
org.seasar.robot.dbflute.dbmeta.DBMeta |
getDBMeta()
|
java.lang.String |
getFilterType()
FILTER_TYPE: {NotNull : VARCHAR(1)} |
java.lang.Long |
getId()
ID: {PK : ID : NotNull : BIGINT(19)} |
java.util.Set<java.lang.String> |
getModifiedPropertyNames()
|
java.lang.String |
getSessionId()
SESSION_ID: {NotNull : VARCHAR(20)} |
java.lang.String |
getTableDbName()
|
java.lang.String |
getTablePropertyName()
|
java.lang.String |
getUrl()
URL: {NotNull : TEXT(65535)} |
int |
hashCode()
Calculates hash-code from primary-key. |
boolean |
hasModification()
|
boolean |
hasPrimaryKeyValue()
|
protected boolean |
helpComparingValue(java.lang.Object value1,
java.lang.Object value2)
|
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties |
newEntityModifiedProperties()
|
void |
setCreateTime(java.sql.Timestamp createTime)
CREATE_TIME: {NotNull : DATETIME(19)} |
void |
setFilterType(java.lang.String filterType)
FILTER_TYPE: {NotNull : VARCHAR(1)} |
void |
setId(java.lang.Long id)
ID: {PK : ID : NotNull : BIGINT(19)} |
void |
setSessionId(java.lang.String sessionId)
SESSION_ID: {NotNull : VARCHAR(20)} |
void |
setUrl(java.lang.String url)
URL: {NotNull : TEXT(65535)} |
java.lang.String |
toString()
|
java.lang.String |
toStringWithRelation()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected java.lang.Long _id
protected java.lang.String _sessionId
protected java.lang.String _url
protected java.lang.String _filterType
protected java.sql.Timestamp _createTime
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties _modifiedProperties
コンストラクタの詳細 |
---|
public BsUrlFilter()
メソッドの詳細 |
---|
public java.lang.String getTableDbName()
org.seasar.robot.dbflute.Entity
内の getTableDbName
public java.lang.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 java.util.Set<java.lang.String> getModifiedPropertyNames()
org.seasar.robot.dbflute.Entity
内の getModifiedPropertyNames
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties newEntityModifiedProperties()
public void clearModifiedPropertyNames()
org.seasar.robot.dbflute.Entity
内の clearModifiedPropertyNames
public boolean hasModification()
public boolean equals(java.lang.Object other)
java.lang.Object
内の equals
other
- Other entity.
protected boolean helpComparingValue(java.lang.Object value1, java.lang.Object value2)
public int hashCode()
java.lang.Object
内の hashCode
public java.lang.String toString()
java.lang.Object
内の toString
public java.lang.String toStringWithRelation()
org.seasar.robot.dbflute.Entity
内の toStringWithRelation
public java.lang.String buildDisplayString(java.lang.String name, boolean column, boolean relation)
org.seasar.robot.dbflute.Entity
内の buildDisplayString
name
- The name for display. (Nullable: 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?
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- The value of the column 'ID'. (Nullable)public java.lang.String getSessionId()
public void setSessionId(java.lang.String sessionId)
sessionId
- The value of the column 'SESSION_ID'. (Nullable)public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- The value of the column 'URL'. (Nullable)public java.lang.String getFilterType()
public void setFilterType(java.lang.String filterType)
filterType
- The value of the column 'FILTER_TYPE'. (Nullable)public java.sql.Timestamp getCreateTime()
public void setCreateTime(java.sql.Timestamp createTime)
createTime
- The value of the column 'CREATE_TIME'. (Nullable)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |