wt.representation
Interface Representation

All Superinterfaces:
ContentHolder, DomainAdministered, FormatContentHolder, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
DerivedImage

public interface Representation
extends Persistable, FormatContentHolder, DomainAdministered



Supported API: false

Extendable: false


Field Summary
static String DEFAULT_REPRESENTATION
          Label for the attribute.
static String DESCRIPTION
          Label for the attribute.
static String NAME
          Label for the attribute.
static String OUT_OF_DATE
          Label for the attribute; Has the Representation be made out of date by changes to other objects?

Supported API: false
static String REPRESENTABLE
          Label for the attribute.
static String REPRESENTABLE_REFERENCE
          Label for the attribute.
static String REPRESENTATION_TYPE
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.content.FormatContentHolder
FORMAT, FORMAT_NAME, PRIMARY
 
Fields inherited from interface wt.content.ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Method Summary
 Boolean getDefaultRepresentation()
          Gets the value of the attribute: DEFAULT_REPRESENTATION.
 String getDescription()
          Gets the value of the attribute: DESCRIPTION.
 String getName()
          Gets the value of the attribute: NAME.
 Representable getRepresentable()
          Gets the object for the association that plays role: REPRESENTABLE.
 ObjectReference getRepresentableReference()
          Gets the value of the attribute: REPRESENTABLE_REFERENCE.
 RepresentationType getRepresentationType()
          Gets the object for the association that plays role: REPRESENTATION_TYPE.
 boolean isDefaultRepresentation()
          Returns true if defaultRepresentation attribute is true or false otherwise.
 boolean isOutOfDate()
          Gets the value of the attribute: OUT_OF_DATE.
 void setDefaultRepresentation(Boolean a_DefaultRepresentation)
          Sets the value of the attribute: DEFAULT_REPRESENTATION.
 void setDescription(String a_Description)
          Sets the value of the attribute: DESCRIPTION.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 void setOutOfDate(boolean a_OutOfDate)
          Sets the value of the attribute: OUT_OF_DATE.
 void setRepresentable(Representable a_Representable)
          Sets the object for the association that plays role: REPRESENTABLE.
 void setRepresentableReference(ObjectReference a_RepresentableReference)
          Sets the value of the attribute: REPRESENTABLE_REFERENCE.
 void setRepresentationType(RepresentationType a_RepresentationType)
          Sets the object for the association that plays role: REPRESENTATION_TYPE.
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 
Methods inherited from interface wt.content.FormatContentHolder
getFormat, getFormatName, getPrimary, setFormat, setPrimary
 
Methods inherited from interface wt.content.ContentHolder
getContentVector, getHttpVector, getOperation, isHasContents, setContentVector, setHasContents, setHttpVector, setOperation
 
Methods inherited from interface wt.admin.DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomain
 

Field Detail

NAME

public static final String NAME
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

DEFAULT_REPRESENTATION

public static final String DEFAULT_REPRESENTATION
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

OUT_OF_DATE

public static final String OUT_OF_DATE
Label for the attribute; Has the Representation be made out of date by changes to other objects?

Supported API: false

See Also:
Constant Field Values

REPRESENTATION_TYPE

public static final String REPRESENTATION_TYPE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

REPRESENTABLE

public static final String REPRESENTABLE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

REPRESENTABLE_REFERENCE

public static final String REPRESENTABLE_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getName

public String getName()
Gets the value of the attribute: NAME.

Supported API: false

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: NAME.

Supported API: false

Parameters:
a_Name -
Throws:
WTPropertyVetoException

getDescription

public String getDescription()
Gets the value of the attribute: DESCRIPTION.

Supported API: false

Returns:
String

setDescription

public void setDescription(String a_Description)
                    throws WTPropertyVetoException
Sets the value of the attribute: DESCRIPTION.

Supported API: false

Parameters:
a_Description -
Throws:
WTPropertyVetoException

getDefaultRepresentation

public Boolean getDefaultRepresentation()
Gets the value of the attribute: DEFAULT_REPRESENTATION.

Supported API: false

Returns:
Boolean

setDefaultRepresentation

public void setDefaultRepresentation(Boolean a_DefaultRepresentation)
                              throws WTPropertyVetoException
Sets the value of the attribute: DEFAULT_REPRESENTATION.

Supported API: false

Parameters:
a_DefaultRepresentation -
Throws:
WTPropertyVetoException

isOutOfDate

public boolean isOutOfDate()
Gets the value of the attribute: OUT_OF_DATE. Has the Representation be made out of date by changes to other objects?

Supported API: false

Returns:
boolean

setOutOfDate

public void setOutOfDate(boolean a_OutOfDate)
                  throws WTPropertyVetoException
Sets the value of the attribute: OUT_OF_DATE. Has the Representation be made out of date by changes to other objects?

Supported API: false

Parameters:
a_OutOfDate -
Throws:
WTPropertyVetoException

getRepresentationType

public RepresentationType getRepresentationType()
Gets the object for the association that plays role: REPRESENTATION_TYPE.

Supported API: false

Returns:
RepresentationType

setRepresentationType

public void setRepresentationType(RepresentationType a_RepresentationType)
                           throws WTPropertyVetoException
Sets the object for the association that plays role: REPRESENTATION_TYPE.

Supported API: false

Parameters:
a_RepresentationType -
Throws:
WTPropertyVetoException

getRepresentable

public Representable getRepresentable()
Gets the object for the association that plays role: REPRESENTABLE.

Supported API: false

Returns:
Representable

setRepresentable

public void setRepresentable(Representable a_Representable)
                      throws WTPropertyVetoException,
                             WTException
Sets the object for the association that plays role: REPRESENTABLE.

Supported API: false

Parameters:
a_Representable -
Throws:
WTPropertyVetoException
WTException

getRepresentableReference

public ObjectReference getRepresentableReference()
Gets the value of the attribute: REPRESENTABLE_REFERENCE.

Supported API: false

Returns:
ObjectReference

setRepresentableReference

public void setRepresentableReference(ObjectReference a_RepresentableReference)
                               throws WTPropertyVetoException
Sets the value of the attribute: REPRESENTABLE_REFERENCE.

Supported API: false

Parameters:
a_RepresentableReference -
Throws:
WTPropertyVetoException

isDefaultRepresentation

public boolean isDefaultRepresentation()
Returns true if defaultRepresentation attribute is true or false otherwise.

Supported API: false

Returns:
boolean