public class ComponentAllocationChange extends Payload
| Constructor and Description |
|---|
ComponentAllocationChange() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent() |
String |
getMemo() |
Integer |
getNewAllocation() |
Integer |
getPreviousAllocation() |
Product |
getProduct() |
Date |
getTimestamp() |
void |
setComponent(Component component) |
void |
setMemo(String memo) |
void |
setNewAllocation(Integer newAllocation) |
void |
setPreviousAllocation(Integer previousAllocation) |
void |
setProduct(Product product) |
void |
setTimestamp(Date timestamp) |
getEventId, getSite, getSubscription, setEventId, setSite, setSubscriptionpublic Component getComponent()
public void setComponent(Component component)
public Product getProduct()
public void setProduct(Product product)
public String getMemo()
public void setMemo(String memo)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Integer getPreviousAllocation()
public void setPreviousAllocation(Integer previousAllocation)
public Integer getNewAllocation()
public void setNewAllocation(Integer newAllocation)
Copyright © 2019. All rights reserved.