nl.ppmoost.ventureplan2
Class vp_change
java.lang.Object
nl.ppmoost.ventureplan2.vp_change
public class vp_change
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
vp_change
public vp_change()
vp_change
public vp_change(int pId,
String pChangeType,
String pItemType,
int pItemId,
String pTarget,
int pIstatus,
String pErrorReason,
int pErrorCount,
Date pCreateDate,
Date pExecuteDate)
getId
public int getId()
setId
public void setId(int pId)
getChangeType
public String getChangeType()
setChangeType
public void setChangeType(String pChangeType)
getItemType
public String getItemType()
setItemType
public void setItemType(String pItemType)
getItemId
public int getItemId()
setItemId
public void setItemId(int pItemId)
getTarget
public String getTarget()
setTarget
public void setTarget(String pTarget)
getStatus
public int getStatus()
setStatus
public void setStatus(int pStatus)
getErrorReason
public String getErrorReason()
setErrorReason
public void setErrorReason(String pErrorReason)
getErrorCount
public int getErrorCount()
setErrorCount
public void setErrorCount(int pErrorCount)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date pCreateDate)
getExecuteDate
public Date getExecuteDate()
setExecuteDate
public void setExecuteDate(Date pExecuteDate)
getClockwiseID
public int getClockwiseID()
throws SQLException
- Throws:
SQLException
getClockwiseID
public int getClockwiseID(String pType)
throws SQLException
- Throws:
SQLException
setClockwiseID
public void setClockwiseID(int pClockwiseID)
throws SQLException
- Throws:
SQLException
markAsError
public void markAsError(int pStatus,
String pReason)
markAsSuccess
public void markAsSuccess()
getChanges
public static List<vp_change> getChanges(String pItemType)
Copyright © 2014. All rights reserved.