|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.fatwire.services.beans.BaseBean
com.fatwire.services.beans.entity.DestinationBean
public class DestinationBean
The DestinationBean is the value object used by services handling approval and publishing. It represents a destination instance and provides the following information:
DestinationBean.Type
State
State
, DestinationBean.Type
, Serialized FormNested Class Summary | |
---|---|
static class |
DestinationBean.Type Enumerates all the supported destination types. |
Constructor Summary | |
---|---|
DestinationBean() |
Method Summary | |
---|---|
long |
getId() Returns the identifier for this destination. |
java.lang.String |
getName() Returns the name of this destination. |
DestinationBean.Type |
getType() Returns the type of this destination. |
void |
setId(long id) Sets the identifier for this destination. |
void |
setName(java.lang.String name) Sets the name for this destination. |
void |
setType(DestinationBean.Type type) Sets the type of this destination. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DestinationBean()
Method Detail |
---|
public DestinationBean.Type getType()
DestinationBean.Type
public void setType(DestinationBean.Type type)
type
- the delivery type to set.DestinationBean.Type
public void setId(long id)
id
- the id to set.public void setName(java.lang.String name)
name
- the name to set.public long getId()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.