Subversion Repositories Integrator Subversion

Rev

Rev 539 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 539 Rev 550
Line 123... Line 123...
123
                } else if (!codigo.equals(other.codigo))
123
                } else if (!codigo.equals(other.codigo))
124
                        return false;
124
                        return false;
125
                return true;
125
                return true;
126
        }
126
        }
127
       
127
       
-
 
128
/*******************************************/
-
 
129
       
-
 
130
        public String identificadorEstampa() {
-
 
131
                return "#" + getTemaEstampa().getCodigo() + getCodigo();
-
 
132
        }
-
 
133
       
-
 
134
        public String identificadorImagemEstampa() {
-
 
135
                return getTemaEstampa().getCodigo() + getCodigo();
-
 
136
        }
-
 
137
       
-
 
138
        /******************/
128
       
139
       
129
}
140
}