org.opencrx.kernel.generic.cci2
Interface Pictured

All Known Subinterfaces:
AbstractBuildingUnit, AbstractBuildingUnit, Asset, Asset, Building, Building, BuildingComplex, BuildingComplex, BuildingUnit, BuildingUnit, Contact, Contact, Facility, Facility, Pictured, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddressable, PostalAddressable, Product, Product
All Known Implementing Classes:
Asset, Building, BuildingComplex, BuildingUnit, Contact, Facility, PostalAddress, PostalAddress, PostalAddress, PostalAddress, Product

public interface Pictured

Abstract class Pictured


Method Summary
 Media getPicture()
          Retrieves the value for the reference picture.
 byte[] getPictureContent()
           
 String getPictureContentMimeType()
           
 String getPictureContentName()
           
 void setPicture(Media picture)
          Sets a new value for the reference picture.
 

Method Detail

getPicture

Media getPicture()
Retrieves the value for the reference picture.

Returns:
The – possibly null – value for this reference.

setPicture

void setPicture(Media picture)
Sets a new value for the reference picture.

Parameters:
picture - The non-null new value for this reference.

getPictureContent

byte[] getPictureContent()
Returns:
The possibly null value for attribute pictureContent.

getPictureContentMimeType

String getPictureContentMimeType()
Returns:
The possibly null value for attribute pictureContentMimeType.

getPictureContentName

String getPictureContentName()
Returns:
The possibly null value for attribute pictureContentName.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.