public interface Checkout extends IdEObject
The following features are supported:
StorePackage.getCheckout()| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Returns the value of the 'Active' attribute.
|
Revision |
getCheckin()
Returns the value of the 'Checkin' reference.
|
Date |
getDate()
Returns the value of the 'Date' attribute.
|
org.eclipse.emf.common.util.EList<CheckoutRelated> |
getLogs()
Returns the value of the 'Logs' reference list.
|
Project |
getProject()
Returns the value of the 'Project' reference.
|
Revision |
getRevision()
Returns the value of the 'Revision' reference.
|
User |
getUser()
Returns the value of the 'User' reference.
|
void |
setActive(Boolean value)
Sets the value of the '
Active' attribute. |
void |
setCheckin(Revision value)
Sets the value of the '
Checkin' reference. |
void |
setDate(Date value)
Sets the value of the '
Date' attribute. |
void |
setProject(Project value)
Sets the value of the '
Project' reference. |
void |
setRevision(Revision value)
Sets the value of the '
Revision' reference. |
void |
setUser(User value)
Sets the value of the '
User' reference. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeUser getUser()
If the meaning of the 'User' reference isn't clear, there really should be more of a description here...
setUser(User),
StorePackage.getCheckout_User()void setUser(User value)
User' reference.
value - the new value of the 'User' reference.getUser()Revision getRevision()
Checkouts'.
If the meaning of the 'Revision' reference isn't clear, there really should be more of a description here...
setRevision(Revision),
StorePackage.getCheckout_Revision(),
Revision.getCheckouts()void setRevision(Revision value)
Revision' reference.
value - the new value of the 'Revision' reference.getRevision()Project getProject()
Checkouts'.
If the meaning of the 'Project' reference isn't clear, there really should be more of a description here...
setProject(Project),
StorePackage.getCheckout_Project(),
Project.getCheckouts()void setProject(Project value)
Project' reference.
value - the new value of the 'Project' reference.getProject()Date getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(Date),
StorePackage.getCheckout_Date()void setDate(Date value)
Date' attribute.
value - the new value of the 'Date' attribute.getDate()Revision getCheckin()
If the meaning of the 'Checkin' reference isn't clear, there really should be more of a description here...
setCheckin(Revision),
StorePackage.getCheckout_Checkin()void setCheckin(Revision value)
Checkin' reference.
value - the new value of the 'Checkin' reference.getCheckin()Boolean getActive()
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(Boolean),
StorePackage.getCheckout_Active()void setActive(Boolean value)
Active' attribute.
value - the new value of the 'Active' attribute.getActive()org.eclipse.emf.common.util.EList<CheckoutRelated> getLogs()
CheckoutRelated.
It is bidirectional and its opposite is 'Checkout'.
If the meaning of the 'Logs' reference list isn't clear, there really should be more of a description here...
StorePackage.getCheckout_Logs(),
CheckoutRelated.getCheckout()Copyright © 2018 OpenSource BIM. All rights reserved.