Anyframe Core

anyframe.core.idgen
Interface IdGenerationStrategy


public interface IdGenerationStrategy

IdGEnerationStrategy that define a strategy for id assembling rule.

Author:
SoYon Lim

Method Summary
 String makeId(String originalId)
          convert original id to a new id which apply a specific assembling rule
 

Method Detail

makeId

String makeId(String originalId)
convert original id to a new id which apply a specific assembling rule

Parameters:
originalId - original id to be converted
Returns:
assembled id

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.