|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsentity.BsUrlQueue
public abstract class BsUrlQueue
The entity of URL_QUEUE that is TABLE.
[primary-key] ID [column] ID, SESSION_ID, METHOD, URL, PARENT_URL, DEPTH, LAST_MODIFIED, 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.Integer |
_depth
DEPTH: {NotNull : INT(10)} |
protected java.lang.Long |
_id
ID: {PK : ID : NotNull : BIGINT(19)} |
protected java.sql.Timestamp |
_lastModified
LAST_MODIFIED: {DATETIME(19)} |
protected java.lang.String |
_method
METHOD: {NotNull : VARCHAR(10)} |
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties |
_modifiedProperties
The modified properties for this entity. |
protected java.lang.String |
_parentUrl
PARENT_URL: {TEXT(65535)} |
protected java.lang.String |
_sessionId
SESSION_ID: {NotNull : VARCHAR(20)} |
protected java.lang.String |
_url
URL: {NotNull : TEXT(65535)} |
コンストラクタの概要 | |
---|---|
BsUrlQueue()
|
メソッドの概要 | |
---|---|
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.Integer |
getDepth()
DEPTH: {NotNull : INT(10)} |
java.lang.Long |
getId()
ID: {PK : ID : NotNull : BIGINT(19)} |
java.sql.Timestamp |
getLastModified()
LAST_MODIFIED: {DATETIME(19)} |
java.lang.String |
getMethod()
METHOD: {NotNull : VARCHAR(10)} |
java.util.Set<java.lang.String> |
getModifiedPropertyNames()
|
java.lang.String |
getParentUrl()
PARENT_URL: {TEXT(65535)} |
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 |
setDepth(java.lang.Integer depth)
DEPTH: {NotNull : INT(10)} |
void |
setId(java.lang.Long id)
ID: {PK : ID : NotNull : BIGINT(19)} |
void |
setLastModified(java.sql.Timestamp lastModified)
LAST_MODIFIED: {DATETIME(19)} |
void |
setMethod(java.lang.String method)
METHOD: {NotNull : VARCHAR(10)} |
void |
setParentUrl(java.lang.String parentUrl)
PARENT_URL: {TEXT(65535)} |
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 _method
protected java.lang.String _url
protected java.lang.String _parentUrl
protected java.lang.Integer _depth
protected java.sql.Timestamp _lastModified
protected java.sql.Timestamp _createTime
protected org.seasar.robot.dbflute.Entity.EntityModifiedProperties _modifiedProperties
コンストラクタの詳細 |
---|
public BsUrlQueue()
メソッドの詳細 |
---|
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 getMethod()
public void setMethod(java.lang.String method)
method
- The value of the column 'METHOD'. (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 getParentUrl()
public void setParentUrl(java.lang.String parentUrl)
parentUrl
- The value of the column 'PARENT_URL'. (Nullable)public java.lang.Integer getDepth()
public void setDepth(java.lang.Integer depth)
depth
- The value of the column 'DEPTH'. (Nullable)public java.sql.Timestamp getLastModified()
public void setLastModified(java.sql.Timestamp lastModified)
lastModified
- The value of the column 'LAST_MODIFIED'. (Nullable)public java.sql.Timestamp getCreateTime()
public void setCreateTime(java.sql.Timestamp createTime)
createTime
- The value of the column 'CREATE_TIME'. (Nullable)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |