|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.db.bsentity.BsAccessResult
public abstract class BsAccessResult
The entity of ACCESS_RESULT as TABLE.
[primary-key] ID [column] ID, SESSION_ID, RULE_ID, URL, PARENT_URL, STATUS, HTTP_STATUS_CODE, METHOD, MIME_TYPE, CONTENT_LENGTH, EXECUTION_TIME, LAST_MODIFIED, CREATE_TIME [sequence] [identity] ID [version-no] [foreign-table] ACCESS_RESULT_DATA(AsOne) [referrer-table] ACCESS_RESULT_DATA [foreign-property] accessResultDataAsOne [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 AccessResultData |
_accessResultDataAsOne
ACCESS_RESULT_DATA as 'accessResultDataAsOne'. |
protected Long |
_contentLength
CONTENT_LENGTH: {NotNull, BIGINT(19)} |
protected Timestamp |
_createTime
CREATE_TIME: {IX+, NotNull, DATETIME(19)} |
protected Integer |
_executionTime
EXECUTION_TIME: {NotNull, INT(10)} |
protected Integer |
_httpStatusCode
HTTP_STATUS_CODE: {NotNull, INT(10)} |
protected Long |
_id
ID: {PK, ID, NotNull, BIGINT(19)} |
protected Timestamp |
_lastModified
LAST_MODIFIED: {NotNull, DATETIME(19)} |
protected String |
_method
METHOD: {NotNull, VARCHAR(10)} |
protected String |
_mimeType
MIME_TYPE: {NotNull, VARCHAR(100)} |
protected String |
_parentUrl
PARENT_URL: {TEXT(65535)} |
protected String |
_ruleId
RULE_ID: {VARCHAR(20)} |
protected String |
_sessionId
SESSION_ID: {IX, NotNull, VARCHAR(20)} |
protected Integer |
_status
STATUS: {NotNull, INT(10)} |
protected String |
_url
URL: {IX+, NotNull, TEXT(65535)} |
コンストラクタの概要 | |
---|---|
BsAccessResult()
|
メソッドの概要 | |
---|---|
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. |
AccessResultData |
getAccessResultDataAsOne()
ACCESS_RESULT_DATA as 'accessResultDataAsOne'. |
Long |
getContentLength()
[get] CONTENT_LENGTH: {NotNull, BIGINT(19)} |
Timestamp |
getCreateTime()
[get] CREATE_TIME: {IX+, NotNull, DATETIME(19)} |
org.seasar.robot.dbflute.dbmeta.DBMeta |
getDBMeta()
|
Integer |
getExecutionTime()
[get] EXECUTION_TIME: {NotNull, INT(10)} |
Integer |
getHttpStatusCode()
[get] HTTP_STATUS_CODE: {NotNull, INT(10)} |
Long |
getId()
[get] ID: {PK, ID, NotNull, BIGINT(19)} |
Timestamp |
getLastModified()
[get] LAST_MODIFIED: {NotNull, DATETIME(19)} |
String |
getMethod()
[get] METHOD: {NotNull, VARCHAR(10)} |
String |
getMimeType()
[get] MIME_TYPE: {NotNull, VARCHAR(100)} |
String |
getParentUrl()
[get] PARENT_URL: {TEXT(65535)} |
String |
getRuleId()
[get] RULE_ID: {VARCHAR(20)} |
String |
getSessionId()
[get] SESSION_ID: {IX, NotNull, VARCHAR(20)} |
Integer |
getStatus()
[get] STATUS: {NotNull, INT(10)} |
String |
getTableDbName()
|
String |
getTablePropertyName()
|
String |
getUrl()
[get] URL: {IX+, 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 |
setAccessResultDataAsOne(AccessResultData accessResultDataAsOne)
ACCESS_RESULT_DATA as 'accessResultDataAsOne'. |
void |
setContentLength(Long contentLength)
[set] CONTENT_LENGTH: {NotNull, BIGINT(19)} |
void |
setCreateTime(Timestamp createTime)
[set] CREATE_TIME: {IX+, NotNull, DATETIME(19)} |
void |
setExecutionTime(Integer executionTime)
[set] EXECUTION_TIME: {NotNull, INT(10)} |
void |
setHttpStatusCode(Integer httpStatusCode)
[set] HTTP_STATUS_CODE: {NotNull, INT(10)} |
void |
setId(Long id)
[set] ID: {PK, ID, NotNull, BIGINT(19)} |
void |
setLastModified(Timestamp lastModified)
[set] LAST_MODIFIED: {NotNull, DATETIME(19)} |
void |
setMethod(String method)
[set] METHOD: {NotNull, VARCHAR(10)} |
void |
setMimeType(String mimeType)
[set] MIME_TYPE: {NotNull, VARCHAR(100)} |
void |
setParentUrl(String parentUrl)
[set] PARENT_URL: {TEXT(65535)} |
void |
setRuleId(String ruleId)
[set] RULE_ID: {VARCHAR(20)} |
void |
setSessionId(String sessionId)
[set] SESSION_ID: {IX, NotNull, VARCHAR(20)} |
void |
setStatus(Integer status)
[set] STATUS: {NotNull, INT(10)} |
void |
setUrl(String url)
[set] URL: {IX+, NotNull, TEXT(65535)} |
String |
toString()
|
String |
toStringWithRelation()
|
protected String |
xbRDS(org.seasar.robot.dbflute.Entity e,
String name)
|
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 _ruleId
protected String _url
protected String _parentUrl
protected Integer _status
protected Integer _httpStatusCode
protected String _method
protected String _mimeType
protected Long _contentLength
protected Integer _executionTime
protected Timestamp _lastModified
protected Timestamp _createTime
protected final org.seasar.robot.dbflute.Entity.EntityModifiedProperties __modifiedProperties
protected AccessResultData _accessResultDataAsOne
コンストラクタの詳細 |
---|
public BsAccessResult()
メソッドの詳細 |
---|
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 AccessResultData getAccessResultDataAsOne()
public void setAccessResultDataAsOne(AccessResultData accessResultDataAsOne)
accessResultDataAsOne
- The entity of foreign property(referrer-as-one) 'accessResultDataAsOne'. (NullAllowed)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
protected String xbRDS(org.seasar.robot.dbflute.Entity e, String name)
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 getRuleId()
public void setRuleId(String ruleId)
ruleId
- The value of the column 'RULE_ID'. (NullAllowed)public String getUrl()
public void setUrl(String url)
url
- The value of the column 'URL'. (NullAllowed)public String getParentUrl()
public void setParentUrl(String parentUrl)
parentUrl
- The value of the column 'PARENT_URL'. (NullAllowed)public Integer getStatus()
public void setStatus(Integer status)
status
- The value of the column 'STATUS'. (NullAllowed)public Integer getHttpStatusCode()
public void setHttpStatusCode(Integer httpStatusCode)
httpStatusCode
- The value of the column 'HTTP_STATUS_CODE'. (NullAllowed)public String getMethod()
public void setMethod(String method)
method
- The value of the column 'METHOD'. (NullAllowed)public String getMimeType()
public void setMimeType(String mimeType)
mimeType
- The value of the column 'MIME_TYPE'. (NullAllowed)public Long getContentLength()
public void setContentLength(Long contentLength)
contentLength
- The value of the column 'CONTENT_LENGTH'. (NullAllowed)public Integer getExecutionTime()
public void setExecutionTime(Integer executionTime)
executionTime
- The value of the column 'EXECUTION_TIME'. (NullAllowed)public Timestamp getLastModified()
public void setLastModified(Timestamp lastModified)
lastModified
- The value of the column 'LAST_MODIFIED'. (NullAllowed)public Timestamp getCreateTime()
public void setCreateTime(Timestamp createTime)
createTime
- The value of the column 'CREATE_TIME'. (NullAllowed)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |