br.com.arsmachina.example.web.encoder.label
Class ProjectLabelEncoder

java.lang.Object
  extended by br.com.arsmachina.example.web.encoder.label.ProjectLabelEncoder
All Implemented Interfaces:
br.com.arsmachina.tapestrycrud.encoder.LabelEncoder<Project>

public class ProjectLabelEncoder
extends Object
implements br.com.arsmachina.tapestrycrud.encoder.LabelEncoder<Project>

A LabelEncoder for Project.

Author:
Thiago H. de Paula Figueiredo

Constructor Summary
ProjectLabelEncoder()
           
 
Method Summary
 String toLabel(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectLabelEncoder

public ProjectLabelEncoder()
Method Detail

toLabel

public String toLabel(Project project)
Specified by:
toLabel in interface br.com.arsmachina.tapestrycrud.encoder.LabelEncoder<Project>


Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.