public class SaWsRevision extends Object
Constructor and Description |
---|
SaWsRevision()
Creates a new instance of SaJNIVersionDataWrapper.
|
SaWsRevision(com.saperion.intf.SaRevision result)
Creates a new instance of SaJNIVersionDataWrapper and wraps the original.
|
Modifier and Type | Method and Description |
---|---|
String |
getRevisionComment()
Reads revision comment.
|
Date |
getRevisionDate()
Reads revision date.
|
String |
getRevisionNumber()
Reads revision number.
|
String |
getRevisionUid()
Reads the revision ID.
|
String |
getRevisionUser()
Reads the revision user.
|
void |
setRevisionComment(String revComment)
Sets revision comment.
|
void |
setRevisionDate(Date revDate)
Sets revision date.
|
void |
setRevisionNumber(String revNumber)
Sets revision number.
|
void |
setRevisionUid(String revisionUID)
Sets the revision ID.
|
void |
setRevisionUser(String revUser)
Sets revision user.
|
public SaWsRevision()
public SaWsRevision(com.saperion.intf.SaRevision result)
result
- Result which holds the information of the backend and which
will be extracted to this beanpublic String getRevisionUid()
public void setRevisionUid(String revisionUID)
revisionUID
- unique ID of a revisionpublic String getRevisionUser()
public void setRevisionUser(String revUser)
revUser
- Name of the user which created the revisionpublic String getRevisionComment()
public void setRevisionComment(String revComment)
revComment
- Comment which was sets while creating a revisionpublic String getRevisionNumber()
public void setRevisionNumber(String revNumber)
revNumber
- Number of revisionspublic Date getRevisionDate()
public void setRevisionDate(Date revDate)
revDate
- Date when the revision was createdCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.