|
|||||||||
| 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.TypeStateState, DestinationBean.Type, Serialized Form| Nested Class Summary | |
|---|---|
static class |
DestinationBean.TypeEnumerates 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.Typepublic void setType(DestinationBean.Type type)
type - the delivery type to set.DestinationBean.Typepublic 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.