class: CacheTuple

public class: CacheTuple
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1743 $ $LastChangedDate: 2009-03-25 11:; Complexity: 1
Dates: Created: 16.07.2009 15:21:17; Modified: 16.07.2009 15:21:17;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E6F601E8-3DE0-412d-B91E-480A90721C4E}
Identifier class for XSLT transformer cache.
 

Goto: Custom Properties, Fields, Methods

See also: CacheTriple

Appears in: util

Connections
 
Custom Properties
 
CacheTuple Attributes
Attribute Details
protected String
  contentModel
protected int
  hash
Initial: 1
protected String
  schemaName
 
CacheTuple Methods
Operation Details
public
CacheTuple(
   String contentModel,
   String schemaName):
Sequential
public
equals(
   Object other):boolean
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
getContentModel():String
Sequential
public
getSchemaName():String
Sequential
public
hashCode():int
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
setContentModel(
   String contentModel):void
Sequential
public
setSchemaName(
   String schemaName):void
Sequential
public
toString():String
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}