org.dyndns.nuda.mapper.event.implementation
クラス DeleteEvent
java.lang.Object
org.dyndns.nuda.mapper.event.implementation.DeleteEvent
- すべての実装されたインタフェース:
- java.lang.Comparable<SQLInterfaceEvent>, SQLInterfaceEvent
public class DeleteEvent
- extends java.lang.Object
- implements SQLInterfaceEvent
SQL DELETEを表すSQLインタフェースイベントです
- 作成者:
- nkoseki
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteEvent
public DeleteEvent()
compareTo
public int compareTo(SQLInterfaceEvent o)
- 定義:
- インタフェース
java.lang.Comparable<SQLInterfaceEvent>
内の compareTo
eventType
public java.lang.String eventType()
- インタフェース
SQLInterfaceEvent
の記述:
- イベントタイプを取得します
- 定義:
- インタフェース
SQLInterfaceEvent
内の eventType
- 戻り値:
- イベントタイプ
getDeletedObjects
public java.util.List<?> getDeletedObjects()
setDeletedObjects
public void setDeletedObjects(java.util.List<?> insertedObjects)
getInterfaceBean
public SQLInterfaceBean getInterfaceBean()
setInterfaceBean
public void setInterfaceBean(SQLInterfaceBean interfaceBean)
getRemainingTime
public long getRemainingTime()
setRemainingTime
public void setRemainingTime(long remainingTime)