public class ImagesActionsParametersBase extends StorageDomainParametersBase implements Serializable
Constructor and Description |
---|
ImagesActionsParametersBase() |
ImagesActionsParametersBase(Guid imageId) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Guid |
getDestinationImageId() |
Guid |
getImageGroupID() |
Guid |
getImageId() |
String |
getOldDescription() |
Date |
getOldLastModifiedValue() |
Guid |
getVmSnapshotId() |
void |
setDescription(String value) |
void |
setDestinationImageId(Guid value) |
void |
setImageGroupID(Guid value) |
void |
setOldDescription(String oldDescription) |
void |
setOldLastModifiedValue(Date oldLastModifiedValue) |
void |
setVmSnapshotId(Guid value) |
getIsInternal, getStorageDomainId, setIsInternal, setStorageDomainId
getForceDelete, getStoragePoolId, getSuppressCheck, getVdsId, setForceDelete, setStoragePoolId, setSuppressCheck, setVdsId
Accept, equals, getEntityId, getHttpSessionId, getImagesParameters, getMultipleAction, getParametersCurrentUser, getParentCommand, getParentParameters, getSessionId, getShouldBeLogged, getTaskGroupSuccess, getTaskIds, getTaskStartTime, getTransactionScopeOption, hashCode, isCompensationEnabled, setCompensationEnabled, setEntityId, setImagesParameters, setMultipleAction, setParametersCurrentUser, setParentCommand, setParentParemeters, setSessionId, setShouldBeLogged, setTaskGroupSuccess, setTaskIds, setTaskStartTime, setTransactionScopeOption
public ImagesActionsParametersBase(Guid imageId)
public ImagesActionsParametersBase()
public Guid getImageId()
public Guid getDestinationImageId()
public void setDestinationImageId(Guid value)
public String getDescription()
public void setDescription(String value)
public String getOldDescription()
public void setOldDescription(String oldDescription)
public void setOldLastModifiedValue(Date oldLastModifiedValue)
public Date getOldLastModifiedValue()
public Guid getVmSnapshotId()
public void setVmSnapshotId(Guid value)
public Guid getImageGroupID()
public void setImageGroupID(Guid value)
Copyright © 2012. All Rights Reserved.