com.stc.swift.repository.impl
Class LocalizedInfoImpl
java.lang.Object
com.stc.swift.repository.impl.SwiftObjectImpl
com.stc.swift.repository.impl.LocalizedInfoImpl
- All Implemented Interfaces:
- com.stc.model.common.LocalizedInfo, com.stc.repository.persistence.client.Marshalable, com.stc.repository.persistence.client.Persistable, com.stc.repository.persistence.client.PropertyChangePublisher, com.stc.repository.RepositoryObject, java.beans.PropertyChangeListener, java.util.EventListener
- Direct Known Subclasses:
- OtdLocalizedInfoImpl
public class LocalizedInfoImpl
- extends SwiftObjectImpl
- implements com.stc.model.common.LocalizedInfo
Base implementation of LocalizedInfo.
- Version:
- $Revision: 1.1 $
Field Summary |
static java.lang.String |
DATA
Constant for Map |
static java.lang.String |
LANGUAGE
Map keyword for release version lookup. |
static java.lang.String |
RELATIVE_FILENAME
Constant for Map |
Fields inherited from interface com.stc.model.common.LocalizedInfo |
RCS_ID |
Constructor Summary |
LocalizedInfoImpl()
Constructs an instance. |
LocalizedInfoImpl(com.stc.repository.RepositoryObject parent,
java.lang.String name)
Constructs an instance. |
LocalizedInfoImpl(com.stc.repository.RepositoryObject parent,
java.lang.String id,
java.lang.String name)
Constructs an instance. |
Methods inherited from class com.stc.swift.repository.impl.SwiftObjectImpl |
addPropertyChangeListener, addPropertyChangeListener, addPropertyChangeListeners, equals, getACLInfo, getClassNameAlias, getClassNameAlias, getCreatedBy, getCreationDate, getCUDTracker, getDescription, getLastUpdatedBy, getLastUpdatedDate, getMarshalableSupport, getName, getOID, getOwnerOID, getPersistableSupport, getPropertyMap, getReferenceID, getRelationshipMap, getVersionInfo, hashCode, isHeaderResolved, isLocked, isVersionable, onDelete, onUnmarshalFinished, onUnmarshalStarting, propertyChange, removePropertyChangeListener, removePropertyChangeListener, removePropertyChangeListeners, resolve, setACLInfo, setCreatedBy, setCreationDate, setCUDTracker, setDescription, setHeaderResolved, setLastUpdatedBy, setLastUpdatedDate, setName, setOID, setOwnerOID, setPropertyMap, setReferenceID, setResolver, setUnresolved, setVersionInfo, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stc.repository.RepositoryObject |
getCUDTracker, onDelete, setCUDTracker |
Methods inherited from interface com.stc.repository.persistence.client.Persistable |
getACLInfo, getCreatedBy, getCreationDate, getDescription, getLastUpdatedBy, getLastUpdatedDate, getName, getOID, getOwnerOID, getPersistableSupport, getVersionInfo, isHeaderResolved, isLocked, isVersionable, resolve, setACLInfo, setCreatedBy, setCreationDate, setDescription, setHeaderResolved, setLastUpdatedBy, setLastUpdatedDate, setName, setOID, setResolver, setUnresolved, setVersionInfo |
Methods inherited from interface com.stc.repository.persistence.client.Marshalable |
getClassNameAlias, getMarshalableSupport, getPropertyMap, getReferenceID, getRelationshipMap, onUnmarshalFinished, onUnmarshalStarting, setPropertyMap, setReferenceID |
Methods inherited from interface com.stc.repository.persistence.client.PropertyChangePublisher |
addPropertyChangeListener, addPropertyChangeListener, addPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removePropertyChangeListeners |
Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
LANGUAGE
public static final java.lang.String LANGUAGE
- Map keyword for release version lookup.
- See Also:
- Constant Field Values
DATA
public static final java.lang.String DATA
- Constant for Map
- See Also:
- Constant Field Values
RELATIVE_FILENAME
public static final java.lang.String RELATIVE_FILENAME
- Constant for Map
- See Also:
- Constant Field Values
LocalizedInfoImpl
public LocalizedInfoImpl()
- Constructs an instance. This will be called by Repository unmarshalling.
LocalizedInfoImpl
public LocalizedInfoImpl(com.stc.repository.RepositoryObject parent,
java.lang.String name)
throws com.stc.repository.RepositoryException
- Constructs an instance.
- Parameters:
parent
- the parent RepositoryObjectname
- the name
- Throws:
com.stc.repository.RepositoryException
- if this operation fails
LocalizedInfoImpl
public LocalizedInfoImpl(com.stc.repository.RepositoryObject parent,
java.lang.String id,
java.lang.String name)
throws com.stc.repository.RepositoryException
- Constructs an instance.
- Parameters:
parent
- the parent RepositoryObjectid
- the idname
- the name
- Throws:
com.stc.repository.RepositoryException
- if this operation fails
setData
public void setData(byte[] value)
throws com.stc.repository.RepositoryException
- Specified by:
setData
in interface com.stc.model.common.LocalizedInfo
- Throws:
com.stc.repository.RepositoryException
- See Also:
LocalizedInfo.setData(byte[])
getData
public byte[] getData()
throws com.stc.repository.RepositoryException
- Specified by:
getData
in interface com.stc.model.common.LocalizedInfo
- Throws:
com.stc.repository.RepositoryException
- See Also:
LocalizedInfo.getData()
setLanguage
public void setLanguage(java.lang.String value)
throws com.stc.repository.RepositoryException
- Specified by:
setLanguage
in interface com.stc.model.common.LocalizedInfo
- Throws:
com.stc.repository.RepositoryException
- See Also:
LocalizedInfo.setLanguage(String)
getLanguage
public java.lang.String getLanguage()
throws com.stc.repository.RepositoryException
- Specified by:
getLanguage
in interface com.stc.model.common.LocalizedInfo
- Throws:
com.stc.repository.RepositoryException
- See Also:
LocalizedInfo.getLanguage()
setRelativeFileName
public void setRelativeFileName(java.lang.String value)
throws com.stc.repository.RepositoryException
- Specified by:
setRelativeFileName
in interface com.stc.model.common.LocalizedInfo
- Throws:
com.stc.repository.RepositoryException
- See Also:
LocalizedInfo.setRelativeFileName(String)
getRelativeFileName
public java.lang.String getRelativeFileName()
throws com.stc.repository.RepositoryException
- Specified by:
getRelativeFileName
in interface com.stc.model.common.LocalizedInfo
- Throws:
com.stc.repository.RepositoryException
- See Also:
LocalizedInfo.getRelativeFileName()
Copyright © 2008 Sun Microsystems, Inc. All rights reserved.