public class PublishingChannelTO extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected int |
order |
protected boolean |
publish |
protected boolean |
updateStatus |
Constructor and Description |
---|
PublishingChannelTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getName() |
int |
getOrder() |
int |
hashCode() |
boolean |
isPublish() |
boolean |
isUpdateStatus() |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setPublish(boolean publish) |
void |
setUpdateStatus(boolean updateStatus) |
String |
toString() |
protected String name
protected boolean publish
protected boolean updateStatus
protected int order
public String getName()
public void setName(String name)
public boolean isPublish()
public void setPublish(boolean publish)
public boolean isUpdateStatus()
public void setUpdateStatus(boolean updateStatus)
public int getOrder()
public void setOrder(int order)
Copyright © 2023 CrafterCMS. All rights reserved.