public abstract class BsAccessResultDiff extends Object implements org.seasar.dbflute.Entity, Serializable, Cloneable
[primary-key] [column] ID, SESSION_ID, RULE_ID, URL, PARENT_URL, STATUS, HTTP_STATUS_CODE, METHOD, MIME_TYPE, CONTENT_LENGTH, EXECUTION_TIME, CREATE_TIME [sequence] [identity] [version-no] [foreign table] [referrer table] [foreign property] [referrer property] [get/set template] /= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Long id = entity.getId(); String sessionId = entity.getSessionId(); String ruleId = entity.getRuleId(); String url = entity.getUrl(); String parentUrl = entity.getParentUrl(); Integer status = entity.getStatus(); Integer httpStatusCode = entity.getHttpStatusCode(); String method = entity.getMethod(); String mimeType = entity.getMimeType(); Long contentLength = entity.getContentLength(); Integer executionTime = entity.getExecutionTime(); java.sql.Timestamp createTime = entity.getCreateTime(); entity.setId(id); entity.setSessionId(sessionId); entity.setRuleId(ruleId); entity.setUrl(url); entity.setParentUrl(parentUrl); entity.setStatus(status); entity.setHttpStatusCode(httpStatusCode); entity.setMethod(method); entity.setMimeType(mimeType); entity.setContentLength(contentLength); entity.setExecutionTime(executionTime); 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 Long |
_contentLength
CONTENT_LENGTH: {BIGINT(20), refers to ACCESS_RESULT.CONTENT_LENGTH}
|
protected Timestamp |
_createTime
CREATE_TIME: {DATETIME(19), refers to ACCESS_RESULT.CREATE_TIME}
|
protected Integer |
_executionTime
EXECUTION_TIME: {INT(11), refers to ACCESS_RESULT.EXECUTION_TIME}
|
protected Integer |
_httpStatusCode
HTTP_STATUS_CODE: {INT(11), refers to ACCESS_RESULT.HTTP_STATUS_CODE}
|
protected Long |
_id
ID: {BIGINT(20), refers to ACCESS_RESULT.ID}
|
protected String |
_method
METHOD: {VARCHAR(10), refers to ACCESS_RESULT.METHOD}
|
protected String |
_mimeType
MIME_TYPE: {VARCHAR(100), refers to ACCESS_RESULT.MIME_TYPE}
|
protected String |
_parentUrl
PARENT_URL: {VARCHAR(21845), refers to ACCESS_RESULT.PARENT_URL}
|
protected String |
_ruleId
RULE_ID: {VARCHAR(20), refers to ACCESS_RESULT.RULE_ID}
|
protected String |
_sessionId
SESSION_ID: {VARCHAR(20), refers to ACCESS_RESULT.SESSION_ID}
|
protected Integer |
_status
STATUS: {INT(11), refers to ACCESS_RESULT.STATUS}
|
protected String |
_url
URL: {VARCHAR(21845), refers to ACCESS_RESULT.URL}
|
コンストラクタと説明 |
---|
BsAccessResultDiff() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected String |
buildColumnString() |
String |
buildDisplayString(String name,
boolean column,
boolean relation) |
protected String |
buildRelationString() |
void |
clearModifiedInfo() |
AccessResultDiff |
clone()
Clone entity instance using super.clone().
|
boolean |
createdBySelect() |
boolean |
equals(Object other)
Determine the object is equal with this.
|
Long |
getContentLength()
[get] CONTENT_LENGTH: {BIGINT(20), refers to
ACCESS_RESULT.CONTENT_LENGTH}
|
Timestamp |
getCreateTime()
[get] CREATE_TIME: {DATETIME(19), refers to ACCESS_RESULT.CREATE_TIME}
|
org.seasar.dbflute.dbmeta.DBMeta |
getDBMeta() |
Integer |
getExecutionTime()
[get] EXECUTION_TIME: {INT(11), refers to ACCESS_RESULT.EXECUTION_TIME}
|
Integer |
getHttpStatusCode()
[get] HTTP_STATUS_CODE: {INT(11), refers to
ACCESS_RESULT.HTTP_STATUS_CODE}
|
Long |
getId()
[get] ID: {BIGINT(20), refers to ACCESS_RESULT.ID}
|
String |
getMethod()
[get] METHOD: {VARCHAR(10), refers to ACCESS_RESULT.METHOD}
|
String |
getMimeType()
[get] MIME_TYPE: {VARCHAR(100), refers to ACCESS_RESULT.MIME_TYPE}
|
String |
getParentUrl()
[get] PARENT_URL: {VARCHAR(21845), refers to ACCESS_RESULT.PARENT_URL}
|
String |
getRuleId()
[get] RULE_ID: {VARCHAR(20), refers to ACCESS_RESULT.RULE_ID}
|
String |
getSessionId()
[get] SESSION_ID: {VARCHAR(20), refers to ACCESS_RESULT.SESSION_ID}
|
Integer |
getStatus()
[get] STATUS: {INT(11), refers to ACCESS_RESULT.STATUS}
|
String |
getTableDbName() |
String |
getTablePropertyName() |
String |
getUrl()
[get] URL: {VARCHAR(21845), refers to ACCESS_RESULT.URL}
|
int |
hashCode()
Calculate the hash-code from primary-keys or columns.
|
boolean |
hasModification() |
boolean |
hasPrimaryKeyValue() |
int |
instanceHash() |
void |
markAsSelect() |
Set<String> |
modifiedProperties() |
protected org.seasar.dbflute.Entity.EntityModifiedProperties |
newModifiedProperties() |
protected <ELEMENT> List<ELEMENT> |
newReferrerList() |
void |
setContentLength(Long contentLength)
[set] CONTENT_LENGTH: {BIGINT(20), refers to
ACCESS_RESULT.CONTENT_LENGTH}
|
void |
setCreateTime(Timestamp createTime)
[set] CREATE_TIME: {DATETIME(19), refers to ACCESS_RESULT.CREATE_TIME}
|
void |
setExecutionTime(Integer executionTime)
[set] EXECUTION_TIME: {INT(11), refers to ACCESS_RESULT.EXECUTION_TIME}
|
void |
setHttpStatusCode(Integer httpStatusCode)
[set] HTTP_STATUS_CODE: {INT(11), refers to
ACCESS_RESULT.HTTP_STATUS_CODE}
|
void |
setId(Long id)
[set] ID: {BIGINT(20), refers to ACCESS_RESULT.ID}
|
void |
setMethod(String method)
[set] METHOD: {VARCHAR(10), refers to ACCESS_RESULT.METHOD}
|
void |
setMimeType(String mimeType)
[set] MIME_TYPE: {VARCHAR(100), refers to ACCESS_RESULT.MIME_TYPE}
|
void |
setParentUrl(String parentUrl)
[set] PARENT_URL: {VARCHAR(21845), refers to ACCESS_RESULT.PARENT_URL}
|
void |
setRuleId(String ruleId)
[set] RULE_ID: {VARCHAR(20), refers to ACCESS_RESULT.RULE_ID}
|
void |
setSessionId(String sessionId)
[set] SESSION_ID: {VARCHAR(20), refers to ACCESS_RESULT.SESSION_ID}
|
void |
setStatus(Integer status)
[set] STATUS: {INT(11), refers to ACCESS_RESULT.STATUS}
|
void |
setUrl(String url)
[set] URL: {VARCHAR(21845), refers to ACCESS_RESULT.URL}
|
String |
toString()
Convert to display string of entity's data.
|
String |
toStringWithRelation() |
protected int |
xCH(int result,
Object value) |
protected boolean |
xSV(Object value1,
Object value2) |
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 _createTime
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
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 other)
public int hashCode()
protected int xCH(int result, Object value)
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 AccessResultDiff clone()
public Long getId()
public void setId(Long id)
id
- The value of the column 'ID'. (NullAllowed: null update
allowed for no constraint)public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- The value of the column 'SESSION_ID'. (NullAllowed: null
update allowed for no constraint)public String getRuleId()
public void setRuleId(String ruleId)
ruleId
- The value of the column 'RULE_ID'. (NullAllowed: null update
allowed for no constraint)public String getUrl()
public void setUrl(String url)
url
- The value of the column 'URL'. (NullAllowed: null update
allowed for no constraint)public String getParentUrl()
public void setParentUrl(String parentUrl)
parentUrl
- The value of the column 'PARENT_URL'. (NullAllowed: null
update allowed for no constraint)public Integer getStatus()
public void setStatus(Integer status)
status
- The value of the column 'STATUS'. (NullAllowed: null update
allowed for no constraint)public Integer getHttpStatusCode()
public void setHttpStatusCode(Integer httpStatusCode)
httpStatusCode
- The value of the column 'HTTP_STATUS_CODE'. (NullAllowed: null
update allowed for no constraint)public String getMethod()
public void setMethod(String method)
method
- The value of the column 'METHOD'. (NullAllowed: null update
allowed for no constraint)public String getMimeType()
public void setMimeType(String mimeType)
mimeType
- The value of the column 'MIME_TYPE'. (NullAllowed: null update
allowed for no constraint)public Long getContentLength()
public void setContentLength(Long contentLength)
contentLength
- The value of the column 'CONTENT_LENGTH'. (NullAllowed: null
update allowed for no constraint)public Integer getExecutionTime()
public void setExecutionTime(Integer executionTime)
executionTime
- The value of the column 'EXECUTION_TIME'. (NullAllowed: null
update allowed for no constraint)public Timestamp getCreateTime()
public void setCreateTime(Timestamp createTime)
createTime
- The value of the column 'CREATE_TIME'. (NullAllowed: null
update allowed for no constraint)Copyright © 2009–2014 The Seasar Foundation. All rights reserved.