public class Macro extends Object implements Serializable
| Constructor and Description |
|---|
Macro() |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions() |
boolean |
getActive() |
Date |
getCreatedAt() |
int |
getId() |
String |
getTitle() |
Date |
getUpdatedAt() |
void |
setActions(List<Action> actions) |
void |
setActive(boolean active) |
void |
setCreatedAt(Date createdAt) |
void |
setId(int id) |
void |
setTitle(String title) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString() |
public int getId()
public void setId(int id)
public String getTitle()
public void setTitle(String title)
public boolean getActive()
public void setActive(boolean active)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2013–2018. All rights reserved.